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

Re^2: Finding longest palindrome from a string

by Limbic~Region (Chancellor)
on Aug 17, 2004 at 14:22 UTC ( [id://383677]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $string .= $range[ rand @range ] for 1 .. (rand 48) + 2;
        return $string . (rand() < .5 ? $range[ rand @range ] : '') . reve
    +rse $string;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    onmlkjihgfedcbabcdefghijklkjihgfedcbabcdefghijklmno
    onmlkjihgfedcbabcdefghijklkjihgfedcbabcdefghijklmno
    111111111111111111161111111111111111111
    

Log In?
Username:
Password:

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

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

    No recent polls found