Skip to content

Instantly share code, notes, and snippets.

View hortocam's full-sized avatar

Cameron Horton hortocam

  • Boston, MA
  • 11:45 (UTC -04:00)
View GitHub Profile
@hortocam
hortocam / test_xkpasswd.pm.pl
Created September 29, 2014 20:31
Test script for xkpasswd.pm using substitution characters
#!/usr/bin/perl
# import best-practice standard perl modules
use strict;
use warnings;
# import the XKPassswd module
use lib '/Users/chorton/KomodoProjects/xkpasswd.pm/xkpasswd.pm/';
use XKPasswd;