Help for this page

Select Code to Download


  1. or download this
    use Data::Dump qw/pp dd/;
    
    ...
    $h{3,4}=34;
    
    dd %h;
    
  2. or download this
    ("3\x1C4", 34, "1\x1C2", 12)