- 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
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
> -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.
>
&
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";
>
>
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