Re: no output from perl script

2002-04-25 Thread Joseph Annino
I see a lot of good advice has been posted about stuff that is quite good to know about perl. A simpler solution though might be the File::Rsync module available on CPAN. I use it a lot and it works very well. It will generate the rsync command line for you, and it can be given a callback which

Re: no output from perl script

2002-04-23 Thread tim . conway
t; Harry Putnam <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/22/2002 10:00 PM To: <[EMAIL PROTECTED]> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Re: no output from perl script Classification: Robert Silge <[EMAIL PROTEC

Re: no output from perl script

2002-04-22 Thread Harry Putnam
Robert Silge <[EMAIL PROTECTED]> writes: > You are quite right. I fixed that up, here is the current incarnation of the > script, but still no output revealed. > > Also if anyone who actually knows something about perl could tell me how to > have it reprint the first print command if a valid choi

Re: no output from perl script

2002-04-22 Thread Robert Silge
You are quite right. I fixed that up, here is the current incarnation of the script, but still no output revealed. Also if anyone who actually knows something about perl could tell me how to have it reprint the first print command if a valid choice is not entered that would be pretty slick. I cou