Re: Treatment of Windows paths in Activestate Perl

2010-03-17 Thread Sisyphus
- Original Message - From: "Marilyn Sander" perl tryperl.pl E:\test_downloads H:\no_such_directory D:/whatever argument 0 is E:/test_downloads argument 1 is H:/no_such_directory argument 2 is D:/whatever I can't reproduce this behaviour with any of my ActiveState (or other) build

Treatment of Windows paths in Activestate Perl

2010-03-17 Thread Marilyn Sander
Does anyone have insight into this situation? On one Windows 2003 server system, backslashes in path names in arguments to Perl are getting translated to forward slashes. On other Windows 2003 systems, with the exact same version and build of ActiveState Perl installed, the conversion to forwar

RE: windows paths

2002-02-15 Thread Bob Showalter
> -Original Message- > From: Stuart Clark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 10:23 PM > To: perllist > Subject: windows paths > > > Hi all, > > I am putting together a script on windows. > > It uses filehandles. > &

Re: windows paths

2002-02-14 Thread John W. Krahn
Stuart Clark wrote: > > Hi all, > > I am putting together a script on windows. > > It uses filehandles. > > The problem is that for some reason it dosen't like the path and won't create the >folders and/or file. > > Regards > Stuart Clark > > $OutFile = "c:\\invoices\\current\\sales"; > >

windows paths

2002-02-14 Thread Stuart Clark
Hi all, I am putting together a script on windows. It uses filehandles. The problem is that for some reason it dosen't like the path and won't create the folders and/or file. Regards Stuart Clark $OutFile = "c:\\invoices\\current\\sales"; open (OUTSALES,">$OutFile") || die "could not cre