Re: How can I open a file with "/"?

2008-01-31 Thread Tom Phoenix
On Jan 31, 2008 9:35 AM, rc <[EMAIL PROTECTED]> wrote: > I have to create a file with / in the name. Do you mean you want to create a file within a subdirectory? > open(MYFILE, ">>", "confused&lost/.com") > or die "2. Can't open MYFILE for writing: $!. > Stopped"; I'm hoping th

Re: How can I open a file with "/"?

2008-01-31 Thread Chas. Owens
On Jan 31, 2008 12:35 PM, rc <[EMAIL PROTECTED]> wrote: > I have to create a file with / in the name. I have tried different > techniques but keep getting errors. > > My file name also has & in it. > > open(MYFILE, ">>", "confused&lost/.com") > or die "2. Can't open MYFILE for wri

Re: How can I open a file with "/"?

2008-01-31 Thread Paul Johnson
On Thu, Jan 31, 2008 at 09:35:07AM -0800, rc wrote: > I have to create a file with / in the name. I have tried different > techniques but keep getting errors. > > My file name also has & in it. > > open(MYFILE, ">>", "confused&lost/.com") > or die "2. Can't open MYFILE for writ

How can I open a file with "/"?

2008-01-31 Thread rc
I have to create a file with / in the name. I have tried different techniques but keep getting errors. My file name also has & in it. open(MYFILE, ">>", "confused&lost/.com") or die "2. Can't open MYFILE for writing: $!. Stopped"; Thank you for the help. -- To unsubscribe, e