|
|
|
|
180 |
Symbol
Declares
$
A scalar argument
@
A list argument
&
A subroutine argument
\$
A scalar reference argument
\@
A list reference argument
\%
A hash reference argument
sub MySubroutine2($$\@$) { EXPR }
# Takes two scalars, a list reference, and a third scalar