Help for this page

Select Code to Download


  1. or download this
    sub push (\@;@) {
        CORE::push ( @{+shift}, @_ ? @_ : $_ )
    }
    
  2. or download this
    use subs 'push';
    
    sub push (\@;@) {
    ...
    z
    --- empty list
    _