Help for this page

Select Code to Download


  1. or download this
    $hash{$key} = \@table;
    
  2. or download this
    @table = ( foo => 10, bar => 20 );
    $hashref = { @table };