Help for this page

Select Code to Download


  1. or download this
    open(LOG_READ,"cat $InLogFilePath|tail -n +$InStartLineNumber|") || di
    +e "can not open file :$!";
    my @all_lines = <LOG_READ> ;
    close (LOG_READ);
    for (@all_lines) {.. }