I am using  Net::Telnet  in one of my perl scripts. Problem is every
time it runs with use warnings It prints out  warnings like 

Unrecognized escape \s passed through at ....

Where that line  is 
$t->waitfor("/ord\s*:\s*/");

Which is perfectly OK ( I think )
Can someone tell how to get rid of this warning ? 

Thanks
Ram




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to