Help for this page

Select Code to Download


  1. or download this
        _ar for array ref
        _hr for hash ref
        _xr for code ref
        _sr for scalar ref
    
  2. or download this
        sub foo {
            my (
    ...
                $votes_hr,
                $count_mechanism_xr,
            ) = @_;