How do you pass the elements of a two-item array to a function with the $$ prototype?
;-)sub foo ($$) {...} my @array = (1, 2); &foo(@array);
In reply to Re^5: How do I prototype a function with a varying number of arguments?
by JavaFan
in thread How do I prototype a function with a varying number of arguments?
by lyapunov
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |