>>>>> "R" == Ruud  <rvtol+use...@isolution.nl> 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  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to