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

RE (3): Shot myself in the foot with a pos

by tilly (Archbishop)
on Aug 11, 2000 at 04:58 UTC ( [id://27428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print join ",", map { &{$field_info{$_}{format}}($deal) } @fields;
    
  2. or download this
    my @field_subs = map {$field_info{$_}{format}} @fields;
    # TIME PASSES
    print join ",", map {$_->($deal)} @field_subs;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-29 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found