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

Purdy's scratchpad

by Purdy (Hermit)
on Jun 02, 2004 at 18:57 UTC ( [id://359658]=scratchpad: print w/replies, xml ) Need Help??

To interpolate a complicated string:
print <<_EOF_; This is correctly interpolated: ${\$query->param('name')} _EOF_
Here's a scary min() function, given a @list of numbers and a $number to check (thanks to Cees):
if ( $number == @{[reverse sort @list]}[0..$#list] )
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 pondering the Monastery: (6)
As of 2024-04-19 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found