Help for this page

Select Code to Download


  1. or download this
    use Storable;
     store \%table, 'file';
     $hashref = retrieve('file');
    
  2. or download this
    my %host_info = %{retrieve('file')};