in reply to Re: Changing the Value Assigned To A Hash Key
in thread Changing the Value Assigned To A Hash Key

Hi, thanks for responding. Wow, you guys are f-a-s-t.

I think -w is ignored by Windows since it doesn't understand the she-bang. The top of the script does "use warnings".

Oh, and the "" are back to undef. That was leftovers from desperate testing. :-)

  • Comment on Re^2: Changing the Value Assigned To A Hash Key

Replies are listed 'Best First'.
Re^3: Changing the Value Assigned To A Hash Key
by ikegami (Patriarch) on Feb 08, 2005 at 21:12 UTC
    It's neither ignored on the command line (perl -w script.pl) nor on the shebang line (#!/usr/bin/perl -w). While Windows doesn't know anything about the shebang line, Perl checks for a shebang line, and treats everything after perl as options.