Arguments can be used and a comma separated list can be used as calling sequence |
One can write for subroutines or functions either (replace subname by any Perl function)
|
This list can accessed in function using array(list) @_ with elements $_[0],$_[1] etc.
|