Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: hex in regexp

by kcott (Archbishop)
on May 22, 2012 at 12:39 UTC ( [id://971784]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -E '
    my $x = q{çe quil Y a Yå};
    ...
    say $x;
    '
    c383c2a7e quil Y a Yc383c2a5
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
    my $x = q{çe quil Y a Yå};
    ...
    say $x;
    '
    <c3><83><c2><a7>e quil Y a Y<c3><83><c2><a5>
    

Log In?
Username:
Password:

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

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

    No recent polls found