Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: get_xf_index error

by jmcnamara (Monsignor)
on Jul 24, 2012 at 09:27 UTC ( [id://983337]=note: print w/replies, xml ) Need Help??


in reply to get_xf_index error

At a guess I'd say that the $worksheet object has been garbage collected before you try to use it in colcmp():

sub colcmp { ... $worksheet->write_rich_string($comp_row, $col->[0], join(",", +@wmap)); }
You can verify that by adding a $workbook->close() to the end of your program.

--
John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found