Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: try/catch issue

by haukex (Archbishop)
on Jun 29, 2021 at 04:00 UTC ( [id://11134416]=note: print w/replies, xml ) Need Help??


in reply to try/catch issue

no experimental "try"; turns the try feature back off. You probably meant either use feature "try"; no warnings "experimental::try"; or use experimental "try";. See also feature and experimental.

Replies are listed 'Best First'.
Re^2: try/catch issue
by perlancar (Hermit) on Jun 29, 2021 at 04:43 UTC
    D'oh. It's been a while since I use experimental.pm (back in the days using smartmatching). Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found