Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    #Quick and dirty way to print the %Info hash in a readable form
    use Data::Dumper;
    print Dumper(\%Info);