in reply to A curious case of of my()
| 2009-05-07 | perl5ever | scope of my $x in if statements | SoPW |
| 2009-02-12 | sandy1028 | Difference between my ($foo) & my $foo | SoPW |
| 2008-01-14 | parv | "my $p = value if condition()" as bad|deprecated as "my $p if 0" (Naughty indeed) | SoPW |
| 2007-12-29 | Limbic~Region | What about if (my $var = foo()) { ... } | SoPW |
| 2005-04-29 | mda2 | $_ = "My First JAPH"; print ( (split(/\s/, $_), Multi)0,3,2) if ( $,=" " ) | Obfu |
| 2005-01-26 | szabgab | my $cache = undef if undef; | SoPW |
| 2004-03-01 | Roger | Perl Idioms Explained - my ($foo, $bar) = @{shift(@_)}{qw/ -foo -bar /} | Med |
| 2001-07-14 | MeowChow | It *is* a feature: mod_perl and 'my $x if 0' | Med |
|
|---|