Help for this page

Select Code to Download


  1. or download this
    sub foo1 {
        my (undef, $d, undef, $f) = @_;
        return $d * $f;
    }