G
gil
when running Perl in "-w" mode, I get the following warning line:
"Use of uninitialized value in concatenation (.) or string at ./
check_log.pl line 177, <DAT> line 261."
when line 177 is:
"if ($$ref =~ /^\[(\d+?)\/(\d+?)\/(\d+?)\s+?(\d+?)\d+?)\d+?)$
\]/)"
if you do know what's the problem, I'll be glad to know, if not -
please don't get occupied by this issue.
"Use of uninitialized value in concatenation (.) or string at ./
check_log.pl line 177, <DAT> line 261."
when line 177 is:
"if ($$ref =~ /^\[(\d+?)\/(\d+?)\/(\d+?)\s+?(\d+?)\d+?)\d+?)$
\]/)"
if you do know what's the problem, I'll be glad to know, if not -
please don't get occupied by this issue.