Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: (XML::Parser) Finding and fixing a bug

by Juerd (Abbot)
on Apr 21, 2003 at 23:19 UTC ( [id://252148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $config = $parser->parse(*CONFIG);
    
  2. or download this
    my $config = $parser->parse('main::CONFIG');
    
  3. or download this
    my $config = $parser->parse('*main::CONFIG');
    
  4. or download this
    sub something_that_stringifies { "$_[0]" }
    my $fh = something_that_stringifies *CONFIG;
    my $config = $parser->parse($fh);
    

Log In?
Username:
Password:

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

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

    No recent polls found