Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    openfile;
    writefile;
    close (TEST);
    
  2. or download this
    package openFile;
    
    ...
    }
    
    1;
    
  3. or download this
    package writeFile;
    
    ...
    }
    
    1;