SPUG: Slice of an arrary within a hash?

Dean Hudson dean at ero.com
Fri May 5 23:13:05 CDT 2000


On Fri, May 05, 2000 at 07:56:00PM -0400, Joel wrote:

> -w is a great tool, but I don't put it in the shebang line of my perl
> scripts.  This is because it turns on warnings for *all* Perl involved in
> the script, which includes all use'd modules and all modules the use'd
> modules use, and so on.  Also, it will sometimes warn me about things that
> I know are okay.

I usually hack the module so it's -w clean (usually just locallizing
$^W somewhere) and politely forward the author a patch...

dean.
--
my $email = qr{ dean(h)?@(?(1)verio\.net    # @ work if h
                            | ero\.com) }x; # other

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
 Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/
 SUBSCRIBE/UNSUBSCRIBE: Replace "action" below by subscribe or unsubscribe
           Email to majordomo at pm.org: "action" spug-list your_address





More information about the spug-list mailing list