Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
     
    print $y;         # -> nothing
    print $z;         # -> Global symbol "$z" requires explicit package na
    +me
    
  2. or download this
    $a and my $x =666;
    print $x;        # -> nothing