Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Pattern Finding

by runrig (Abbot)
on Sep 11, 2001 at 03:08 UTC ( [id://111624]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_ = "hellohiworldhellohiworldhellohiworldhellohiworld";
    if (/^((.+?)\2+)$/) {
     print "[$1][$2]\n";
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    [world]
    [hello]
    [hi]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 21:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found