Help for this page

Select Code to Download


  1. or download this
    sub modify3scalars (\$\$\$) { ... }
    my @three = qw(values aggregated in_array);
    modify3scalars(scalars_in @three);
    # modify3scalars($three[0], $three[1], $three[2]);
    # But alas! scalars_in %hash - in what order?