Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Dynamic Variables?

by tobyink (Canon)
on Sep 10, 2013 at 23:14 UTC ( [id://1053381]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use List::MapMulti qw(mapm);
    
    ...
      my ($QB1, $QB2, $RB1, $RB2) = @_;
      ...;
    } \@keys, \@keys, \@keys, \@keys;
    
  2. or download this
    use List::MapMulti qw(mapm);
    
    ...
      my ($QB1, $QB2, $RB1, $RB2) = @_;
      ...;
    } (\@keys) x 4;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-19 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found