in reply to Re: $^W or require warnings and import warnings;
in thread $^W or require warnings and import warnings;
So, removing the -w gave me the output you describe.#!/usr/bin/perl -w
I use perl -w in most of my scripts, so it's in my VIM template for Perl scripts. Further proof that it's important to remember your coding habits, lest they sneak up on you when you least expect it. :)
|
|---|