Help for this page

Select Code to Download


  1. or download this
    @c = (@a,@b);
    # .. or , the better approach (faster)
    push(@c,@b,@a);