Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
      <STDIN>;
      push @a, shift @a;
    }
    
  2. or download this
    use strict;
    use IPC::Open3;
    ...
      my $off = /offset=(\d+)/ ? $1 : 0;
      printf "Iteration%8d:   Offset%6d\n", $i, $off;
    }