in reply to Re^2: Changing the Value Assigned To A Hash Key
in thread Changing the Value Assigned To A Hash Key
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.