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