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

Re: Trying to streamline repetitive code....

by roboticus (Chancellor)
on Oct 29, 2009 at 12:06 UTC ( [id://803937]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for $Mx qw(M1 M2 M3 M4 M5 M6 M7 M8) {
       ...
    ...
       $LayerName{$Mx} = ...;
       ...
    }
    
  2. or download this
    for $Mx qw(M1 M2 M3 M4 M5 M6 M7 M8) {
       my $cur = $Tracks{$Mx};
    ...
       $$cur{LayerName} = ...;
       ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found