|
|
| There's more than one way to do things | |
| PerlMonks |
Re: syntax question: conditional 'use' statement?by hgolden (Pilgrim) |
| on Sep 19, 2006 at 09:43 UTC ( [id://573718]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Hey Jonathan, The problem is that use statements are evaluated before the program is run, so the program can't evaluate the conditional when it needs to figure out whether to use warnings and use Data::Dumper. Consider commenting out those two lines, except when you're debugging. (Or consider always using warnings). Hays
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||