Help for this page

Select Code to Download


  1. or download this
    open (FILE_A, "$file_a") or die "couldn't open the file!";
    >>open (FILE_A, "$file_a") or die "couldn't open the file $file_a <$!>
    +!";
    
  2. or download this
    close (FILE_A);
    >>close (FILE_A) or die "Unable to close file";