Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Adding rows of data

by 2teez (Vicar)
on Dec 02, 2014 at 18:32 UTC ( [id://1109018]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
     push @$header_row, @$data;
     print Dumper $header_row;
    ..
    
  2. or download this
    use strict;
    use warnings;
    ...
        ];
        return \@data;
    }
    
  3. or download this
    $VAR1 = [
              [
    ...
                '100 Main Street'
              ]
            ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1109018]
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: (8)
As of 2024-04-23 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found