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