Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Constants lists in array slices

by haukex (Archbishop)
on Jul 20, 2018 at 13:04 UTC ( [id://1218903]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ./Porting/bisect.pl --target=miniperl --start=v5.16.3 --end=v5.26.0 
    +--expect-fail -e 'use warnings FATAL=>"all"; sub X () {2,3}; my @a=("
    +a".."z"); print @a[X]'
    ...
    ...
    
    $ git tag --contains 429a25554a608b6
    ... v5.20.0 ...
    
  2. or download this
    $ ./Porting/bisect.pl --start=v5.16.3 --end=v5.26.0 -e '`$^X -Ilib -MO
    +=Deparse -e "use constant X=>3,4; \@x[X]"`=~/\@x\[3, 4\]/ and die'
    ...
    ...
    $ ./Porting/bisect.pl --start=v5.19.0 --end=v5.21.0 -e '`$^X -Ilib -MO
    +=Concise -e "use constant X=>3,4; \@x[X]"`=~/entersub/ or die'
    ...
    commit f815dc14d7c5540dfb5d02d001e0101c6266f281
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (9)
As of 2024-03-28 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found