Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Out of control in Net::Telnet

by pg (Canon)
on Nov 24, 2002 at 19:45 UTC ( [id://215531]=note: print w/replies, xml ) Need Help??


in reply to Out of control in Net::Telnet

Try sprintf, say:
$cmd = sprintf("%c%c", 0xff, 0xc8);

Replies are listed 'Best First'.
Re: Re: Out of control in Net::Telnet
by premchai21 (Curate) on Nov 24, 2002 at 20:19 UTC
    Don't need sprintf when the same thing can be accomplished with a string literal. "\xff\xc8"
Re: Re: Out of control in Net::Telnet
by Lonny (Novice) on Nov 24, 2002 at 19:57 UTC
    That almost fixed it. Result was it definitely changed the interface but still getting of the gui control chars. I'm going to play with some ENV vars and see if I can finish the clean up.

    Thank you so much for the pointer!!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://215531]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found