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

Re: Add new rows and data to array.

by kcott (Archbishop)
on Mar 20, 2020 at 01:43 UTC ( [id://11114501]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    dd $data;
    
  2. or download this
    [
      {
    ...
      { City => "BB", ID => 8888, status => "Test", zCode => "WWWW" },
      { City => "CA", ID => 8888, status => "Cabin", zCode => 2334 },
    ]
    
  3. or download this
    my @new = qw{City zCode ...};
    ...
            map +("new_$_" =>
                exists ...
            ), @new
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found