Help for this page

Select Code to Download


  1. or download this
    # to call the subroutine you now do this:
    # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...
                   open (LOGFILE, ">>$logfile") or die "cannot open logfil
    +e for append: $!";
                    print LOGFILE join(" ",@_,"\n");
                }