Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Perl 5.34 is released

by ikegami (Patriarch)
on May 24, 2021 at 17:34 UTC ( [id://11132977]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl 5.34 is released
in thread Perl 5.34 is released

Simpler:

use experimental qw( try );

Seeking work! You can reach me at ikegami@adaelis.com

Replies are listed 'Best First'.
Re^4: Perl 5.34 is released
by kcott (Archbishop) on May 25, 2021 at 01:37 UTC

    I may not have been aware of the experimental pragma — not overly surprising as I avoid experimental features — so thanks for the information.

    The experimental documentation (for v5.34) lists supported features: try is not among them. However, it does appear to work: no "Can't enable unknown feature try ..." error, and try/catch functions as expected. It looks like the documentation needs an update.

    — Ken

Log In?
Username:
Password:

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

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

    No recent polls found