si_lence has asked for the wisdom of the Perl Monks concerning the following question:
This looks just a bit clumsy to me. Is there a better way to achieve this?{ no warnings "uninitialized"; print "var1=$var1 -- var2=$var2 -- var3=$var3\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: no uninitialized warnings
by herveus (Prior) on Aug 25, 2004 at 13:06 UTC | |
Re: no uninitialized warnings
by ccn (Vicar) on Aug 25, 2004 at 12:46 UTC | |
by busunsl (Vicar) on Aug 25, 2004 at 12:54 UTC | |
by bronto (Priest) on Aug 25, 2004 at 16:14 UTC | |
by ccn (Vicar) on Aug 25, 2004 at 16:46 UTC | |
by Aristotle (Chancellor) on Aug 29, 2004 at 19:25 UTC | |
by revdiablo (Prior) on Aug 25, 2004 at 17:29 UTC | |
Re: no uninitialized warnings
by Forsaken (Friar) on Aug 26, 2004 at 09:56 UTC | |
Re: no uninitialized warnings
by si_lence (Deacon) on Aug 26, 2004 at 12:29 UTC |