Help for this page

Select Code to Download


  1. or download this
    
       %fs = (
    ...
       $contents = $fs{dir1};
       $file     = $fd{dir1}[0];
    
  2. or download this
    
       @contents = @{$fs{dir1}};