Help for this page

Select Code to Download


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