Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

(ichimunki) Re: Prime Number Finder

by ichimunki (Priest)
on Feb 07, 2002 at 19:59 UTC ( [id://143959]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for($i=$o; $i<=$e; $i++){
    
  2. or download this
    print "2 is prime\n" if $o == 2;
    $o++ if $o % 2;
    for my $i ( $i=$o; $i<=$e; $i+=2 ){
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-18 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found