Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    undef $db;
    untie $hash;
    
  2. or download this
    $hash{a_key} = { b_key => 2 };
    $hash{a_key}{b_key} = 3;