Help for this page

Select Code to Download


  1. or download this
    {
        my $fh;
    ...
        print $fh "Extra open works fine.\n";
        close ( $fh );
    }
    
  2. or download this
    package Extra;
    
    ...
    }
    
    1;