Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

The Queensr˙che Situation

by Rodster001 (Pilgrim)
on Oct 19, 2014 at 17:46 UTC ( [id://1104325]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
            return $_;
    }
    
  2. or download this
            81      Q       Q
            117     u       u
    ...
     - this is utf8
    unaccented: Queensryche
    Queensr
    
  3. or download this
            81      Q       Q
            117     u       u
    ...
     - this is utf8
    unaccented: QueensrA
    Queensr˙che
    
  4. or download this
    #use utf8;
    my $string = "Queensr˙che";
    #no utf8;
    
  5. or download this
            81      Q       Q
            117     u       u
    ...
    unaccented: QueensrA
    
                         Queensr˙che
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found