Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: The longest word ....

by Juerd (Abbot)
on Nov 13, 2002 at 00:50 UTC ( [id://212461]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #        1         2         3         4         5         6         7
    #23456789_123456789_123456789_123456789_123456789_123456789_123456789_
    +123456789
    
    my@W=sort{length($b)<=>length($a)}$_[0]=~/(\w+)/g;grep length==length(
    +$W[0]),@W
    
  2. or download this
    #        1         2         3         4         5         6         7
    #23456789_123456789_123456789_123456789_123456789_123456789_123456789_
    +1
    
    my@W=sort length$b<=>length$a,$_[0]=~/\w+/g;grep length==length$W[0],@
    +W
    
  3. or download this
    #        1         2         3         4
    #23456789_123456789_123456789_123456789_123
    
    push@{$_[y///c]},$_ for+pop=~/\w+/g;@{+pop}
    

Log In?
Username:
Password:

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

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

    No recent polls found