Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Interesting line which I read from Monk's snippets

by Tanktalus (Canon)
on Jan 31, 2006 at 04:38 UTC ( [id://526657]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %underline = (
      a => '-',
    ...
    );
    my $first_letter = substr($0, 0, 1);
    my $pat = $underline{$first_letter};
    

Log In?
Username:
Password:

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

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

    No recent polls found