Difference between revisions of "Talk:ProcessEmails.pl"

From Organic Design wiki
(usage)
 
(see also POP3.pl)
 
(2 intermediate revisions by one other user not shown)
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>
 +
 +
 +
;See also
 +
*[[POP3.pl]] ''(the peers POP-checker/parser)''

Latest 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


See also
  • POP3.pl (the peers POP-checker/parser)