Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanks,my $debug = 1; use warnings if ($debug == 1); use Data::Dumper if ($debug == 1);
2006-09-20 Retitled by planetscape, as per Monastery guidelines
Original title: 'syntax question'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: syntax question: conditional 'use' statement?
by Fletch (Bishop) on Sep 19, 2006 at 13:41 UTC | |
|
Re: syntax question: conditional 'use' statement?
by hgolden (Pilgrim) on Sep 19, 2006 at 13:43 UTC | |
|
Re: syntax question: conditional 'use' statement?
by Tanktalus (Canon) on Sep 19, 2006 at 14:12 UTC | |
|
Re: syntax question: conditional 'use' statement?
by ptum (Priest) on Sep 19, 2006 at 13:41 UTC | |
|
Re: syntax question: conditional 'use' statement?
by mda2 (Hermit) on Sep 19, 2006 at 14:57 UTC | |
|
Re: syntax question: conditional 'use' statement?
by caelifer (Scribe) on Sep 19, 2006 at 15:55 UTC | |
by ikegami (Patriarch) on Sep 19, 2006 at 15:59 UTC |