Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: MLDBM and UTF-8

by ig (Vicar)
on Feb 28, 2011 at 07:08 UTC ( [id://890520]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $data{string} = $string;
    
    print "$data{string}\n";
    
  2. or download this
    SV = PV(0x9766470) at 0x964eae8
      REFCNT = 1
    ...
      CUR = 34
      LEN = 36
    a string with a wide character: Ā
    
  3. or download this
    use strict;
    use warnings;
    ...
    $data{string} = $string;
    
    print "$data{string}\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found