Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^6: Value into array

by ameezys (Acolyte)
on Apr 08, 2019 at 08:38 UTC ( [id://1232280]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @input_array = (N1,N2,N3,N6,N7); #not fixed (user input)
    
    ...
        print "CC1[", $input_array[$i], "] : ";
        print $hash{$input_array[$i]}{CC1}, "\n\n";
    }
    
  2. or download this
    CC0[n1] : 1
    CC1[n1] : 1
    ...
    
    CC0[n7] : 1
    CC1[n7] : 1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found