Difference between revisions of "Talk:ProcessEmails.pl"
From Organic Design wiki
m |
m |
||
Line 1: | Line 1: | ||
;Usage | ;Usage | ||
+ | This perl function expects its first arguement to be the name of the text file of email headers it will process. | ||
<table class=document-code><tr><td> | <table class=document-code><tr><td> | ||
perl ProcessEmails.pl headerFile.txt | perl ProcessEmails.pl headerFile.txt | ||
perl ProcessEmails.pl headerFile.txt > outfile | perl ProcessEmails.pl headerFile.txt > outfile | ||
</table> | </table> |
Revision as of 01:51, 14 July 2006
- Usage
This perl function expects its first arguement to be the name of the text file of email headers it will process.
perl ProcessEmails.pl headerFile.txt perl ProcessEmails.pl headerFile.txt > outfile |