Help for this page

Select Code to Download


  1. or download this
        $foo{3}{NAME1}
    
  2. or download this
        $foo{NAME1}{3}
    
  3. or download this
        sub OpenFF {
            my($file, $dlmt) = @_;
    ...
    
            return $hash;
        }