Help for this page

Select Code to Download


  1. or download this
    open FILE2,'output.txt';
    
  2. or download this
    print() on closed filehandle FILE2 at ...
    
  3. or download this
    open FILE,  '<', 'testFile.txt';
    ...
    open FILE2, '>', 'output.txt';
    
  4. or download this
    use autodie;