Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Catch XML error

by kyle (Abbot)
on Jul 13, 2007 at 23:31 UTC ( [id://626548]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $value;
    eval {
    ...
        next FILE if ( $@ =~ /^duplicate attribute/ );
        die $@;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found