in reply to the -x command line parameter
I can save it as "message.txt". And thenFrom: my@email.com To: your@email.com Subject: perl program Hello here is my program hope you like it, Joost. #!/usr/bin/perl -w use strict; print "Just another perl hacker\n";
It's just another example of perl making easy things easy.> perl -x message.txt Just another perl hacker
J.
|
|---|