Help for this page

Select Code to Download


  1. or download this
    sub functionCall{
        my ($hashref) = @_;
    ...
            %defaults,
        );
    }
    
  2. or download this
        %$hashref = (
            %defaults,
            %$hashref,
        );