heena s wrote:
hi,
Hello,
this is one line in the subroutine:
&printflush ("TRACEFILE","$message \n");
and i am getting this error
time for a new script that doesn't use old deprecated style code...
printflush('TRACEFILE', "$message\n");
or even
printflush 'TRACEFILE', "$message\n";
hi,
this is one line in the subroutine:
&printflush ("TRACEFILE","$message \n");
and i am getting this error
Undefined subroutine &main::printflush called at debugtest.pl at line35
i used the line
use IO::Handle;
but still i am getting the same error