Hi guys,
Ok first of all i am a complete novice(read dumb ass) when it comes to perl and i have to implement the following script. The issue that I am facing here is that files SLOG and ALLLOG are created in this script but when the script tries to read from these logs it gives an error:
. How do i fix this???
open ALLLOG, ">$ark2";
open SLOG, "$ark3";
$sline = readline SLOG;