http://qs321.pair.com?node_id=272047


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