Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: while(<>) { ... } considered harmful

by shotgunefx (Parson)
on Sep 07, 2002 at 23:30 UTC ( [id://195929]=note: print w/replies, xml ) Need Help??


in reply to while(<>) { ... } considered harmful

Any module that uses $_ should localize it or any other globals they futz around with IMHO.

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: while(<>) { ... } considered harmful

Replies are listed 'Best First'.
Re: Re: while(<>) { ... } considered harmful
by IlyaM (Parson) on Sep 07, 2002 at 23:49 UTC
    I guess it is a time to send patches for 5.8.0 core Perl modules :)
    • Locale::Country
    • Locale::Currency
    • Locale::Language
    • Locale::Script
    It seems all of them touch $_ but do not localize $_.

    --
    Ilya Martynov (http://martynov.org/)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://195929]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-24 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found