Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: XML::Twig Question (sorta)

by Anno (Deacon)
on Mar 28, 2009 at 18:23 UTC ( [id://753880]=note: print w/replies, xml ) Need Help??


in reply to XML::Twig Question (sorta)

The line my( @events, $eventManFh ) = @_; will never assign anything to
$eventManFh.

my $eventManFh = pop; my @events = @_; # ...

Anno

Log In?
Username:
Password:

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

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

    No recent polls found