- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
"my $hr_same_content = { 1 => 'Ok' };
...
};
Oops...
- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
"my %fields;
...
};
Use of uninitialized value in print at -e line 1.
- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
"my %fields = (
...
Ok
Oops...
Oops...