H
Herb Martin
i need to scan a file, if something is found i.e. 221 then do something.
use perl;
For arbitrarily complex responses you need a programming language and
while you can use simple batch (for some such), VBScript, JavaScript, etc;
perl was invented PRECISELY for this sort of job.
basically i am trying to script and auto ftp process to upload a file, which
i have already done. however, if it fails i don't know about it... any
advise or help will be appreciated...
use perl;
For arbitrarily complex responses you need a programming language and
while you can use simple batch (for some such), VBScript, JavaScript, etc;
perl was invented PRECISELY for this sort of job.