- or download this
#!/usr/bin/perl -w
use strict;
...
my ($user,$pass) = @_;
print "USER: $user\nPASS: $pass\n\n";
}
- or download this
#!/usr/bin/perl -w
use strict;
...
print "\n\n";
return ($username,$password);
}
- or download this
#!/usr/bin/perl -w
use strict;
...
die "ERROR: No config file.\n";
}
}