Re: Useless use of lc

2005-12-01 Thread Beast
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

Re: Useless use of lc

2005-12-01 Thread Xavier Noria
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