Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

sierpinski's scratchpad

by sierpinski (Chaplain)
on Jul 01, 2009 at 17:32 UTC ( [id://776516]=scratchpad: print w/replies, xml ) Need Help??

#calling function $whatever = trim($drivenum); ... sub trim { my $v = shift; my $deref = $$v; $deref =~ s/^\s+|\s+$//; return $deref; }
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 studying the Monastery: (4)
As of 2024-04-23 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found