Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Play and win the word morph game with the help of Perl :)

by jwkrahn (Abbot)
on Jun 29, 2006 at 09:02 UTC ( [id://558262]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         50     my @words = @{+shift};
    
         72             foreach my $word (@words) {
    
         95             foreach my $word (@words) {
    
  2. or download this
         50     my $words = shift;
    
    ...
    
         95             foreach my $word (@$words) {
    
  3. or download this
        118         substr((my $pat = $word), $i, 1) = '.';
    
  4. or download this
        118         substr my $pat = $word, $i, 1, '.';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found