Re: Net::Telnet - Library Application




($info) = $galaxy->waitfor(qr/\x5C\x62/);

Or try:
($info) = $galaxy->waitfor('/\\\b/');

Couldn't get the top one to work BUT the bottom one worked like a charm!!

Thank you!!!!!!!


.