Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
There's more than one way to do things
 
PerlMonks  

Re: Bug with "last successfully matched regular expression" (empty regex)

by Anonymous Monk
on Feb 22, 2012 at 01:43 UTC ( #955432=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mre=debug -le " @F = qw( a b c DBIC A B C DANCER a b c ); for(
    +@F){print if /DBIC/.. /DANCER/ and ! // } "
    Compiling REx "DBIC"
    Final program:
    ...
    Freeing REx: "DANCER"
    Freeing REx: ""
    
  2. or download this
    $ perl -Mre=debug -le " @F = qw( a b c DBIC A B C DANCER a b c ); prin
    +t for grep {  /DBIC/.. /DANCER/ and ! // } @F; "
    Compiling REx "DBIC"
    Final program:
    ...
    Freeing REx: "DANCER"
    Freeing REx: ""
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others perusing the Monastery: (15)
As of 2013-05-21 16:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (441 votes), past polls