> -----Original Message-----
> From: Atul Vohra [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: Telnet ..... send control characters in oct or hex?
> 
> 
> Hi,
> 
> I am using Telnet.pm module where I telnet to a router 
> successfully. Now, I would like to send some control 
> characters like "ctrl]". Is there a way to send octal or hex 
> values in perl

Yes, you can. Check out

   perldoc perlop

and search for the section titled "Quote and Quote-like Operators". It
shows you how to escape all kinds of stuff.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to