Xavier Noria wrote:
On Dec 1, 2005, at 12:48, Beast wrote:
How do I avoid this kind of warning?
Useless use of lc in void context at ./myscript.pl line 87.
Tried to use :
lc $string if $string;
but still gives warning.
I can count with my fingers the times a warning was not triggered b
On Dec 1, 2005, at 12:48, Beast wrote:
How do I avoid this kind of warning?
Useless use of lc in void context at ./myscript.pl line 87.
Tried to use :
lc $string if $string;
but still gives warning.
I can count with my fingers the times a warning was not triggered by
something that was