RE: file names with spaces in perl

2002-02-27 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > --Yeah, I did cut and past, but I missed > the backticks at the beginning and > end of the command (mkisofs) and > the end of the line. No problem, just wanted to be sure. > --The readdir option - not sure if I follow, > but I will

RE: file names with spaces in perl

2002-02-27 Thread Johnson, Shaunn
Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Re: file names with spaces in perl From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > I'm having a problem with tr

Re: file names with spaces in perl

2002-02-27 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > I'm having a problem with trying to get > a list of files with spaces in them. > > I'm writing a perl script that goes into > a directory, get a list of files with spaces > in them (this is a file.doc) and run a > mkisofs command aga

file names with spaces in perl

2002-02-27 Thread Johnson, Shaunn
Howdy: I'm having a problem with trying to get a list of files with spaces in them. I'm writing a perl script that goes into a directory, get a list of files with spaces in them (this is a file.doc) and run a mkisofs command against it. I can get a list of the files: [example] $debug=2; forea