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

Re^3: Announcing Perl 7

by parv (Parson)
on Jun 25, 2020 at 13:26 UTC ( [id://11118528]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Announcing Perl 7
in thread Announcing Perl 7

Thanks much, hippo, for correcting me. I might have mixed my memory of use 'v5.10' so that program would not compile with perl 5.8 when using "//=".

Would a better example be of say where in perl 5.32 still need to enable it via feature or v5.10?

Replies are listed 'Best First'.
Re^4: Announcing Perl 7
by choroba (Cardinal) on Jun 25, 2020 at 14:32 UTC
    Yes, there are two kinds of features, those using the feature pragma and those not using it. See my Syntax::Construct which tries to address it (and will be obsoleted by Perl 7, yay!)

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-03-30 05:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found