Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Passing parameters for XML::twig handler

by toolic (Bishop)
on Apr 26, 2011 at 12:33 UTC ( [id://901337]=note: print w/replies, xml ) Need Help??


in reply to Passing parameters for XML::twig handler

my ($ups_able_info) = ([]); ... push(@{$ups_table_info}, $table_column);
You made a typo. You declared a variable called $ups_able_info with my, but then you try to use a variable of a different name, $ups_table_info. You probably want $ups_able_info to be $ups_table_info.

Log In?
Username:
Password:

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

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

    No recent polls found