Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Extreme Example of TMTOWTDI

by ChOas (Curate)
on Mar 22, 2002 at 09:13 UTC ( [id://153516]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ChOas@xxx$ time ./yours words
    
    ...
    user    0m0.54s
    sys     0m0.05s
    ChOas@xxx$
    
  2. or download this
    
    #!/usr/bin/perl -w 
    ...
     print OUT @{$Word{$_}};
     close OUT;
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-25 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found