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