Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Common Substrings

by blazar (Canon)
on Nov 15, 2005 at 11:46 UTC ( [id://508560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub common {
        my $sep='';
    ...
        local $_=join $sep, @_;
        /^(.*)(.*)$sep\1(.*)/;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found