Help for this page

Select Code to Download


  1. or download this
    sub getIntensity {
        my $target = shift; # => $_[0], idiomatic
    ...
        }
        $intensity;
    }