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

Re^4: Spreadsheet::XLSX Cell Access

by Laurent_R (Canon)
on Sep 13, 2013 at 06:18 UTC ( [id://1053846]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Spreadsheet::XLSX Cell Access
in thread Spreadsheet::XLSX Cell Access

An array of hashes is declared as a simple array:

my @pond;

Then to use it, one possible way is this:

$pond[$i]{$_} = 'foo';

But from what you have shown, you only need a single hash as follows:

$yield{$_} = 'bar';

Read the link that has been provided to you in an earler post.

Log In?
Username:
Password:

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

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

    No recent polls found