Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    printf "%.2f\n", integrate sub {(shift)**2}, new Range (2, 5);
    
    __END__