- or download this
my $fee="FEE"
my $fi="FI"
my $fo="FO"
my @fum=qw / fee fi fo fum /
- or download this
use Data::Dumper;
use warnings;
...
print Dumper($main::fee,$fi,$fo,@fum);
- or download this
perl loadData.pl
Name "main::fum" used only once: possible typo at loadData.pl line 15.
...
$VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
- or download this
[pberghol@cowdawg ext-files]$ perl loadData.pl
Global symbol "$fi" requires explicit package name at loadData.pl line
+ 16.
Global symbol "$fo" requires explicit package name at loadData.pl line
+ 16.
Global symbol "@fum" requires explicit package name at loadData.pl lin
+e 16.
Execution of loadData.pl aborted due to compilation errors.
- or download this
perl loadData.pl
Name "main::fum" used only once: possible typo at loadData.pl line 16.
...
$VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;