At 03:33 PM 4/18/2001, you wrote:
>Check out my other note about grepping dirs on Win32. The same would apply.
>Using File::Find is good if you want all the files from a tree, but if you
>just want to read a single dir, and not all of the dirs below it, use
>opendir and readdir. Check out perl
At 03:08 PM 4/18/2001, you wrote:
>I wrote this code to email me attachments of any files found at a certain
>ftp site. It works but... since I'm new at Perl I know there's got to be a
>better way. In particular the handling the file transfer by parsing out the
>output from DIR seems hinky. Le