Help for this page

Select Code to Download


  1. or download this
    $  cd prime_scripts/
    
  2. or download this
    $  prove -l t/prime_test_1.t 
    t/prime_test_1.t .. ok      
    ...
    Files=1, Tests=1000,  0 wallclock secs ( 0.06 usr  0.01 sys +  0.14 cu
    +sr  0.01 csys =  0.22 CPU)
    Result: PASS
    $
    
  3. or download this
    use strict;
    use warnings;
    ...
        
    }
    done_testing;