Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Creating array name by susbtituting string

by choroba (Cardinal)
on Sep 12, 2017 at 09:39 UTC ( [id://1199182]=note: print w/replies, xml ) Need Help??


in reply to Creating array name by susbtituting string

Use a hash of arrays:
my %isis_adjacencies; for my $R2 (@array) { push @{ $isis_adjacencies{$R2} }, $R2; }
Do you really want to store the key as the value?

See Why it's stupid to `use a variable as a variable name' for reasons not to do it the way you originally asked for.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Log In?
Username:
Password:

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

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

    No recent polls found