Help for this page

Select Code to Download


  1. or download this
    sub func {
       my($hr_h, $ar_l, $this) = @_;
    ...
    # not the best of examples but shows 2 ways to talk with
    # an array pointer and uses (for good) of wantarray as the
    # return value.