On Tue, 18 Feb 2003 12:56:38 +1100, Stas Bekman wrote: >perl -le 'warn("foo\n")'
You got the quotes wrong for MS Windows, so I ran it twice: C:\Backup>perl -le "warn(qq|foo\n|)" foo C:\Backup>perl -le 'warn("foo\n")' C:\Backup> -- Cheers Ron Savage, [EMAIL PROTECTED] on 19/02/2003 http://savage.net.au/index.html