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

Re^3: Add new rows and data to array.

by BillKSmith (Monsignor)
on Mar 19, 2020 at 22:21 UTC ( [id://11114491]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...# As before
    my @extras  = grep {$_->{status} eq 'Extra'} @$data;
    ...
        }
        print Dumper($main);
    }
    
  2. or download this
    $VAR1 = {
              'state' => 'TO',
    ...
              'status' => 'Main'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found