Help for this page

Select Code to Download


  1. or download this
    @array
    # this works:
    push @array, $item;
    
  2. or download this
    # things returned from subs:
    localtime();
    ...
    ('12') x 10;
    
    # you can't push() on any of these - and it wouldn't make sense anyway