Help for this page

Select Code to Download


  1. or download this
                    open (PROLOG,"$provision_log") || die "Cannot open the
    + file: $!";
                        while (<PROLOG>) {
    ...
                    } # End of if prolog
                    }  # End of while for Prolog run
                    close (PROLOG);