Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: CTRL+C Regular Expression

by bart (Canon)
on Nov 07, 2012 at 11:30 UTC ( [id://1002658]=note: print w/replies, xml ) Need Help??


in reply to CTRL+C Regular Expression

my $Command = '\x03';
That's not a ctrl-C. This is a ctrl-C:
my $Command = "\x03";
Notice the double quotes, instead of the single quotes you used.Server Error (Error ID 3587606c2135565)

An error has occurred. The site administrators have been notified of the problem and will likely soon fix it. We thank you, for you're patients.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-29 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found