Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

accessing an anonymous array

by WoodyWeaver (Monk)
on Apr 11, 2020 at 19:55 UTC ( [id://11115386]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $tables{$day}->{$state} = \[$deathsToday, $m, $double, $intercept,
    + $corr];
    
  2. or download this
        foreach my $point ( @${$tables{$day}->{$state}} ) {
          print $fh "\t", $point;
    
  3. or download this
    {
      confirmed => \[1, 0.334638642561918, 2, 0.873307778517249, 0.8539438
    +57158699],
      deaths    => \[],
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11115386]
Approved by Discipulus
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-25 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found