Help for this page
use Time::HiRes qw(gettimeofday tv_interval); use Test::More; ... } done_testing;
package c_calc; use Inline 'C'; ... } return my_pi; }