Quoth perlsyn:
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.
On Mon, May 2, 2011 at 11:17 AM, Gabor Szabo <[email protected]> wrote:
> The Perl Best Practices and thus Perl::Critic recommends against the usage
> of
>
> my $x = $foo if $bar;
>
>
> http://search.cpan.org/dist/Perl-Critic/lib/Perl/Critic/Policy/Variables/ProhibitConditionalDeclarations.pm
>
> Can anyone give examples where the above statement is indeed confusing
> or when it generates results that
> are unexpected by the less experienced?
>
> regards
> Gabor
> _______________________________________________
> Perl mailing list
> [email protected]
> http://mail.perl.org.il/mailman/listinfo/perl
>
--
Gaal Yahas <[email protected]>
http://gaal.livejournal.com/
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl