Help for this page

Select Code to Download


  1. or download this
    print Dumper $data_structure;
    print "\n";
    
  2. or download this
    say Dumper $data_structure;
    
  3. or download this
    say Dumper($data_structure);
    
  4. or download this
    print Dumper($data_structure),"\n";
    # or
    print Dumper($data_structure)."\n";