The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

examples/benchmarks/fib.pl - Fibonacci Benchmark

SYNOPSIS

    % time perl examples/benchmarks/fib.pl n

DESCRIPTION

Calculates the Fibonacci Number for n (defaults to 28 if unspecified).

SEE ALSO

examples/benchmarks/fib.pir.