Ron Savage wrote:
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")'
well, you've got the idea, right.

Perhaps someone on win32 can try to debug the behavior that you saw. I can't reproduce it on my linux box.

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to