Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Patter Finding

by George_Sherston (Vicar)
on Sep 11, 2001 at 04:53 UTC ( [id://111640]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $string = "helloworldhellohellohihellohiworld";
    my $length = length $string;
    ...
    }
    $dups{$_} ++ for keys %dups;
    for (keys %dups) {print $dups{$_},' occurrences of "',$_,'"',"\n"}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found