The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.imc.