![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: syntax question: conditional 'use' statement?by hgolden (Pilgrim) |
on Sep 19, 2006 at 13:43 UTC ( [id://573718]=note: print w/replies, xml ) | Need Help?? |
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
|
|