Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Charnames japh

by ambrus (Abbot)
on Apr 14, 2005 at 20:25 UTC ( [id://447959]=obfuscated: print w/replies, xml ) Need Help??

use charnames ":full"; BEGIN{ my $s = $^H{charnames}; $^H{charnames} = + sub { $_[0] =~ /^\$(.*)/s ? &$s($$1) : &$s; } } BEGIN { $name = "LAT +IN SMALL LETTER P"; } print "j\N{LATIN SMALL LETTER A}\N{$name}h\n"

Update: short version:

use charnames ":short"; BEGIN{ my $s = $^H{charnames}; $^H{charnames} += sub { $_[0] =~ /^\$(.*)/s ? &$s($$1) : &$s; } } BEGIN { $name = "la +tin:p"; } print "j\N{latin:a}\N{$name}h\n"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-30 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found