Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: multiple matches with regexp

by CombatSquirrel (Hermit)
on Oct 10, 2003 at 20:23 UTC ( [id://298407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a="aaaa";
    $a=~m/(aa)(?{push @a, $1})(?!)/;
    print join ( "-", @a );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found