On Mon, Dec 29, 2014 at 04:46:50PM +0530, Uday Vernekar wrote:
> Hi All,
> 
> I am doing Pattern matching of the expected string  if matched then pass
> the next command.my code works as expected but gives warning.
> 
> can any body please Explain me why i am getting this at every match.
> 
> ignoring bad Prompt argument "'/>>/'": missing opening delimiter of match
> operator at linux_diagnostics.pl line 189

Guessing:

You are using Net::Telnet and your prompt should be "/>>/" rather than
"'/>>/'"

-- 
Paul Johnson - p...@pjcj.net
http://www.pjcj.net

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to