Thread strict und my (52 answers)
Opened by jan10001 at 2003-10-05 22:02

Strat
 2003-10-06 16:20
#61254 #61254
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
[quote=Dubu,06.10.2003, 01:42]@strat:
[quote=Private Variables via my(),perlsub]       NOTE: The behaviour of a "my" statement modified with a statement modifier conditional or
      loop construct (e.g. "my $x if ...") is undefined.  The value of the "my" variable may be
      "undef", any previously assigned value, or possibly anything else.  Don't rely on it.
      Future versions of perl might do something different from the version of perl you try it out
      on.  Here be dragons.
[/quote][/quote]
was ich auch seltsam finde ist, dass z.B.
print $var for my $var (1..10);
nicht funktioniert...
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread strict und my