$ => SCALAR @ => ARRAY % => HASH #### &add = ( shift + shift ) ; #### sub add { shift + shift } #### &add