Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: regex gotcha moving from 5.8.8 to 5.30.0?

by mordibity (Acolyte)
on Feb 10, 2021 at 18:20 UTC ( [id://11128192]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ./makev.pl 10000 > test.10k.v
    $ time perl_5.8.8 -w testv.pl test.10k.v
    ...
    $ time perl_5.30 -w testv.pl test.10k.v
    LAST MODULE (Perl 5.030000): je0dhj
    perl_5.30 -w testv.pl test.10k.v  0.01s user 0.02s system 0% cpu 26.29
    +1 total
    
  2. or download this
    !/usr/bin/perl -w
    use Text::Wrap;
    ...
        }
        print "endmodule\n\n";
    }
    
  3. or download this
    use strict;
    use File::Slurp;
    ...
        }
        print "LAST MODULE (Perl $]): $name\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found