Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "use 5.010;
    ...
    captured 'ab' at offset 0
    captured 'bc' at offset 1
    captured 'cd' at offset 2
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "print 'Perl version ', $];
    ...
    captured 'ab' at offset 0
    captured 'bc' at offset 1
    captured 'cd' at offset 2