Re: Problems with slaches

2006-05-26 Thread DePriest, Jason R.
file source expressed C:pathfile, therefore, is not enhanced the copy. - Original Message - From: "Chris Wagner" <> To: <> Sent: Friday, May 26, 2006 12:45 AM Subject: Re: Problems with slaches > What part of the process isn't working? There's no te

Re: Problems with slaches

2006-05-26 Thread Chris Wagner
At 08:33 AM 5/26/2006 -0400, vcarvallo wrote: >Chris: >When I try to change the slashes of the source file C:\ path\file to >C:/path/file using s///, it don't carry out the change, because the file >source expressed C:pathfile, therefore, is not enhanced the copy. $file = $data{'our_file'}

Re: Problems with slaches

2006-05-26 Thread vcarvallo
IL PROTECTED]> To: Sent: Friday, May 26, 2006 12:45 AM Subject: Re: Problems with slaches What part of the process isn't working? There's no telling where the error is if a blank output file is the only clue. Put debugging code in ur script so u can see what's going on at

Re: Problems with slaches

2006-05-25 Thread Chris Wagner
What part of the process isn't working? There's no telling where the error is if a blank output file is the only clue. Put debugging code in ur script so u can see what's going on at each step. Show us the output from below with and without changing the slashes. Gerardo Carvallo Velasco wrote:

Re: Problems with slaches

2006-05-24 Thread Foo Ji-Haw
I wouldn't go so far as to saay always - usually would be a better choice. You have to be careful in situations like shelling out to a command interpreter for example. Ok. 'Most of the time' then. ___ Perl-Win32-Users mailing list Perl-Win32-Users

Re: Problems with slaches

2006-05-23 Thread $Bill Luebkert
Foo Ji-Haw wrote: > You can always use '/' as the directory delimiter, even in Windows. Perl > on Win32 translates / properly. I wouldn't go so far as to saay always - usually would be a better choice. You have to be careful in situations like shelling out to a command interpreter for example.

Re: Problems with slaches

2006-05-22 Thread Foo Ji-Haw
You can always use '/' as the directory delimiter, even in Windows. Perl on Win32 translates / properly. Gerardo Carvallo Velasco wrote: Hello to everyone; I am a beginner in Perl and I have the next problem: I should copy a file from winXP (local) to a Linux server. When I select the file to

Problems with slaches

2006-05-22 Thread Gerardo Carvallo Velasco
Hello to everyone;I am a beginner in Perl and I have the next problem:I should copy a file from winXP (local) to a Linux server.When I select the file to be copied from a form it appear with the this format: c:\path\filein my script I try to change the "\" for "/" using the following instruction:s