Help for this page

Select Code to Download


  1. or download this
    package Extra;
    
    ...
    }
    
    1;
    
  2. or download this
    sub open
    {
    ...
        $_[0]=Symbol::gensym;
        open ($_[0],$direction,$filename);
    }
    
  3. or download this
    sub open
    {
    ...
        # alternatively: or die "Can't open $filename: $!";
        return $h;
    }