Help for this page

Select Code to Download


  1. or download this
    # this handles ARRAYs and HASHes
    # you may want to use Data::Dumper for debugging however
    ...
    } else
      print "$key => $value\n";
    }