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