Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to use my two processors

by BrowserUk (Patriarch)
on Jan 18, 2010 at 13:00 UTC ( [id://817970]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>817827
    Took 1.622
    ...
    Odd numbers in list: 4000
    Pairs found: 99135
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    print 'Pairs found: ', scalar keys %hash;
    
    #<>; pp \%hash;
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    print 'Pairs found: ', scalar keys %hash;
    
    <>; pp \%hash;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found