Help for this page

Select Code to Download


  1. or download this
    {
      local(*FH);
      open(FH, "<whatever")
    }
    
  2. or download this
    {
      local(*FH);
    ...
      $fh = \*FH;
    }
    print $fh "Foo\n";