Help for this page
From: my@email.com To: your@email.com ... #!/usr/bin/perl -w use strict; print "Just another perl hacker\n";
> perl -x message.txt Just another perl hacker