Help for this page

Select Code to Download


  1. or download this
    sub endEmailPackage {
        my ($SPLITOUT, $splitoutfilename) = @_;
    ...
        }
        endEmailPackage($SPLITOUT, $splitoutfilename) if $addrectot > 0;
    }
    
  2. or download this
    open(INFILE, "< $infile") or alert("$!");
    logit("Opening $infile for reading");
    ...
        $data =~ s/\n/\r\n/g;
        print $OFILE $data;
    }