Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Lisp Rocks

by thabenksta (Pilgrim)
on May 24, 2001 at 18:28 UTC ( [id://82918]=note: print w/replies, xml ) Need Help??


in reply to Lisp Rocks

I wonder how long it actually took him to tab all that out?

-thabenksta
my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';

Replies are listed 'Best First'.
Re: Re: Lisp Rocks
by Cirollo (Friar) on May 24, 2001 at 20:37 UTC
    If he was using a decent editor, no time at all...
    C-SPC M-> C-M-\
    Go emacs!
Re: Re: Lisp Rocks
by adamcrussell (Hermit) on May 25, 2001 at 06:55 UTC
    hmmm, since my name starts with vowel I think my nickname should go like this:

    my $name = 'Adam Russell';
    $name=~s/^(.+)\s(.).+$/\L$1$2/g;
    my $nick = 'tha' . $name . 'sta';
    $nick=~s/tha(aeiou)/th\'$1/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found