Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Concordance Generator

by John M. Dlugosz (Monsignor)
on Aug 14, 2001 at 10:49 UTC ( [id://104683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    undef @theseWords;
        @theseWords = split( / /, $line );
    
  2. or download this
           $Line{$word} =~ m/(\d*?)$/;
            if ( $1 == $count ) {
                    next;
                } else {
                    $Line{$word} .= ", $count";
    
  3. or download this
    push @{$Line{$word}}, $count
       unless exists $Line{$word} && $Line{$word}[-1] == $count;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://104683]
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: (5)
As of 2024-03-29 08:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found