- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
"my $s = qq{DoGcat\n 42\n birdfIsH};
...
42
birdfIsH>>
LUE == '2'
- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
"my $s = qq{DoGcat\n 42\n birdfIsH};
...
42
birdfIsH>>
LUE == '42'
- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
"my $s = qq{DoGcat\n 42\n birdfIsH};
...
42
birdfIsH>>
LUE == '42'