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

Pug's scratchpad

by Pug (Monk)
on Jun 03, 2004 at 21:54 UTC ( [id://360531]=scratchpad: print w/replies, xml ) Need Help??

sub schememap(&@) { my $funcptr = shift; for my $i (0..(scalar(@{$_[0]}) - 1)) { &$funcptr (map { $_->[$i] } @_); } }
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 sharing their wisdom with the Monastery: (4)
As of 2024-12-07 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (50 votes). Check out past polls.