Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: RFC US Region Module

by IlyaM (Parson)
on Jul 07, 2003 at 18:05 UTC ( [id://272047]=note: print w/replies, xml ) Need Help??


in reply to RFC US Region Module

Please do not change global variables in your module, at least without localizing them. It may cause very nasty hard to debug side effects. Replace while (<DATA>) { .. } with local $_; while (<DATA>) { .. }. See while(<>) { ... } considered harmful why.

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - 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://272047]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-18 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found