Help for this page
$ => SCALAR @ => ARRAY % => HASH
&add = ( shift + shift ) ;
sub add { shift + shift }
&add