Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    $Data::Dumper::Deepcopy = 1; # add this line
    
  2. or download this
    #!perl
    use strict;
    ...
      }
      print Dumper \%data;
    }