Help for this page

Select Code to Download


  1. or download this
    my $x = 5 if (1);
    
  2. or download this
    $ /usr/local/bin/perl5.10.0 -w
    my $x if (0);
    __END__
    Deprecated use of my() in false conditional at - line 1.