- or download this
use warnings;
- or download this
use strict;
- or download this
use warnings;
use strict;
my $x;
print "$x\n";
- or download this
Use of uninitialized value $x in concatenation (.) or string at script
+.pl line 4.
- or download this
use warnings;
use strict;
print "$y\n";
- or download this
Global symbol "$y" requires explicit package name (did you forget to d
+eclare "my $y"?) at script.pl line 4.