in reply to Re: blessing a hash ref?
in thread blessing a hash ref?
Once you declare 'use strict', anywhere, everything else is compiled under strict from that point on, to the end of the enclosing block. In this case, its to late, because the compilation of the module has already happened.
One day I'd like to see Perl's default behaviour be as per my sig...
+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;
|
|---|