Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

skillet-thief's scratchpad

by skillet-thief (Friar)
on Jun 02, 2004 at 15:50 UTC ( [id://359514]=scratchpad: print w/replies, xml ) Need Help??

My recursive sigs
sub skth{ print substr($_[0], -1); skth( substr($_[0], 0, length($_[0])-1)) if length $_[0] > 1 } skth('gro.alubaf@yehaf');

OO suggestions: Anonymous Subroutine Objects

OO node 297205

CGI-Session advice 299647

Getting rid of MSWord apostrophes 324879

Testing

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found