Help for this page

Select Code to Download


  1. or download this
      use Cache::FileCache;
    
    ...
      my $hash = $cache->get( $assigned_hash_name );
      my %hash = %{$hash};