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

Dubu
 2003-10-06 03:42
#61246 #61246
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
@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]

View full thread strict und my