Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to combine rows of a spreadsheet

by wrinkles (Pilgrim)
on Sep 09, 2010 at 04:27 UTC ( [id://859458]=note: print w/replies, xml ) Need Help??


in reply to How to combine rows of a spreadsheet

I found a clue to the disappearing records here Re: How do i create array of arrays. Changing:
push (@records, \@temp) if @temp;
to:
push (@records, [@temp]) if @temp;
Gets around the problem of my records being over-written. I welcome any pointers on the rest of the code or the overall strategy. TIA

Log In?
Username:
Password:

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

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

    No recent polls found