On Friday, May 24, 2002, at 11:21 , Lovett, Clay wrote:

> I am having some difficulty with the following:
>
> I need to read a filename from a directory and assign the path to a 
> variable
> $new so I can issue an open command;
>
> I also need to loop this and perform encrypt with pgp and the ftp the file
> elsewhere. I, for the life of me, cannot figure out how to read the files
> in.
>
> HELP!!!

p1: we clearly gotta talk 'coding styles' and a little design work.

p2: but first a Few Plugs for the CPAN

        http://search.cpan.org/search?mode=module&query=PGP

dude why fork a System to do PGP, when you
can do the work yourself in core????

p3: perldoc Net::FTP

        http://search.cpan.org/search?dist=libnet


I don't mean to be way harsh here - but you're trying to
crunch perl to act like a /bin/sh script.....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to