Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Longest repeated string...

by Limbic~Region (Chancellor)
on Feb 03, 2006 at 17:33 UTC ( [id://527738]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ ./test < textfile | sort | uniq
    
  2. or download this
    open(IN,"<$file") or die "Cannot read $file: $!\n"; my @content = <IN>
    +; close(IN);
    close(IN);
    

Log In?
Username:
Password:

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

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

    No recent polls found