Help for this page

Select Code to Download


  1. or download this
    $ => SCALAR
    @ => ARRAY
    % => HASH
    
  2. or download this
    &add = (   shift + shift  ) ;
    
  3. or download this
    sub add { shift + shift }
    
  4. or download this
    &add