Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Rosetta Code: Long List is Long

by Anonymous Monk
on Dec 01, 2022 at 01:53 UTC ( #11148468=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my (%by_count, %by_word);  # slow cleanup/exiting
    
    ...
    real  1m2.072s
    user  1m0.182s
    sys   0m1.885s
    
  2. or download this
    our (%by_count, %by_word);  # fast cleanup/exiting
    
    ...
    real  0m47.062s
    user  0m45.505s
    sys   0m1.549s
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2023-04-01 22:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?