Help for this page

Select Code to Download


  1. or download this
    -f $_ && push( @files, $concat );
    
  2. or download this
    unless (open(IN,$file)) {
        warn "Unable to open $file for modification\n";
        next;
    }