Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Charnames japh

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

Help for this page

Select Code to Download


  1. or download this
    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"
    
  2. or download this
    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 perusing the Monastery: (7)
As of 2024-04-24 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found