Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Assign valuse of array within array to variables

by BillKSmith (Monsignor)
on Feb 23, 2021 at 21:15 UTC ( [id://11128719]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Data::Dumper;
    ...
        print "Var5: $VAR5\tVar6: $VAR6\tVar7: $VAR7\tVar8: $VAR8\n";
    }
    
  2. or download this
    $VAR1 = [
              [
    ...
    Var1: S Var2: M Var3: R Var4: B
    Var5: S Var6: M Var7: R Var8: B
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128719]
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-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found