Help for this page

Select Code to Download


  1. or download this
    ${"hashname".$countit}{FILE} = $file;
    
  2. or download this
    $hashes{$countit}->{FILE} = $file;   # hash of hashes version
    $hashes[$countit]->{FILE} = $file;   # array of hashes version