Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: how check the first release of a new operand? (perlvers )

by Tux (Canon)
on Dec 07, 2020 at 11:54 UTC ( [id://11124773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat test.pl
    #!/usr/bin/perl
    ...
     ------------------------------------------------------------
     s{0}{1}r
     ------------------------------------------------------------
    
  2. or download this
    $ perlver-fast test.pl
    test.pl: 5.010
    
  3. or download this
    #!/usr/bin/env perl
    use strict;
    ...
            printf "%-10s %s\n", $pv, $_ for @$m;
            }
        }
    
  4. or download this
    $ perlver-fast -e '$a //= 4'
    -e: 5.010 / 5.010
    
  5. or download this
    $ perlver-fast -ve '$a //= 4; package foo 0.04 { 1; }'
    -e: 5.014 / 5.014
    5.010      //= operator
    5.012      package NAME VERSION
    5.014      package NAME VERSION BLOCK
    
  6. or download this
    $ perlver-fast -ve '$a = "fo" =~ s{f\K}{o}r'
    -e: 5.006 / 5.006
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-20 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found