>>>>> "R" == Ruud <[email protected]> writes:
R> On 2011-01-12 10:44, Shlomi Fish wrote:
>> Add:
>>
>> {{{
>> use strict;
>> use warnings;
>> }}}
>>
>> to the start of your script.
R> That adds 3 ENTERs and LEAVEs for no good reason. The code is not in a
R> tight loop, so that doesn't matter much, but there is more:
R> perl -MData::Dumper -wle '
R> $x = 1;
R> {{{
R> use strict;
R> use warnings;
R> $y = 1;
R> }}}
R> $z = 1;
R> '
R> Global symbol "$y" requires explicit package name at -e line 6.
R> Execution of -e aborted due to compilation errors.
R> So both the $x and $z are missed, if you would adopt the silly {{{
R> ... }}} notation.
shlomi does that stupid {{{}}} thing to marks his code changes in
posts. does that too on the beginner's list. very moronic style.
uri
--
Uri Guttman ------ [email protected] -------- http://www.sysarch.com --
----- Perl Code Review , Architecture, Development, Training, Support ------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/