RE: [Win32] Basic I/O Question

2006-01-16 Thread Timothy Johnson
The diamond operator works fine without escaping your backslashes, but I recommend putting quotes around your arguments. The following works just fine for me: c:\> while.pl "c:\documents and settings\username\desktop\file.txt" If you want to use the less-than operator (or a pipe), then yo

RE: [Win32] Basic I/O Question

2006-01-16 Thread Hardly Armchair
--- Timothy Johnson <[EMAIL PROTECTED]> wrote: > The diamond operator works fine without escaping > your backslashes, but I > recommend putting quotes around your arguments. The > following works > just fine for me: > > c:\> while.pl "c:\documents and > settings\username\desktop\file.txt"

RE: [Win32] Basic I/O Question

2006-01-16 Thread Timothy Johnson
(response below) >-Original Message- >From: Hardly Armchair [mailto:[EMAIL PROTECTED] >Sent: Monday, January 16, 2006 3:19 PM >To: Timothy Johnson; beginners@perl.org >Subject: RE: [Win32] Basic I/O Question >> If you want to use the less-than operator (or a >&