Writing output of a Shell command directly to a file

2004-03-17 Thread tyohn
Hey Perl Guys and Gals, I have an issue that I need some assistance with (even just a push in the right direction should be enough). Note, these are actually in a small perl module and I do use strict and warnings, they just aren't present in my example here. I've got a simple backup routine tha

RE: Writing output of a Shell command directly to a file

2004-03-17 Thread tyohn
x27;t like the idea of using that type of redirect here (and I'm not even sure if it's possible to do that properly in a perl script, besides that's not a very 'perl' way of doing it :-). Thanks, Tim -Original Message- From: Bakken, Luke [mailto:[EMAIL PROTECTED]

RE: Writing output of a Shell command directly to a file

2004-03-17 Thread tyohn
> -Original Message- > From: tyohn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 1:00 PM > To: [EMAIL PROTECTED] > Subject: RE: Writing output of a Shell command directly to a file > > Luke, > Sorry guys... didn't mean to top post, if I do