- or download this
#!/usr/bin/perl -w
use strict;
use 5.010;
...
}
__END__
- or download this
C:\cygwin64\home\Fred\pages2\plot\alpaca>perl alpaca3.pl
cipher is 2sq8b
word is 2sq8b
...
host is www.1and1.com
phone is redacted@txt.att.net
Can't call method "mail" on an undefined value at alpaca3.pl line 27.
- or download this
package config2;
use Exporter qw(import);
our @EXPORT = qw(%config);
...
},
);
1;