Help for this page

Select Code to Download


  1. or download this
    convertToFile($dir,$name,@data);
    
  2. or download this
    $newHash{$file} = $time;
    
  3. or download this
    $newHash{$dir}{$file} = $time;
    
  4. or download this
    convertToFile($dir,$name,sort(keys(%data)));
    
  5. or download this
        %full = (%files1,%files2);
    
  6. or download this
    $files1 = {
              'ABC' => {
    ...
                      'file3' => 8 
                    }
            };