Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;    # safety checks
    ...
    # dump the results from both runs
    print Dumper $stuff1;
    print Dumper $stuff2;