Help for this page

Select Code to Download


  1. or download this
    open(OUTF, '>', "$directory$filename") || Error;
    
  2. or download this
    Sub Error{
     print " error - $! ";
    }
    
  3. or download this
    use warnings;
    use strict;