in reply to Re: Using Splice with Two Arrays within a loop
in thread Using Splice with Two Arrays within a loop

Hi, Sorry to clarify I have an assignment that requires the following to be done: "This program can be made both shorter and faster by using a built-in function named splice that will remove a specified number of elements from the @_ array at once, rather than the one-at-a-time that shift does." As you can see from my output I am doing something wrong. Can someone help me out. I need to use splice to resolve this. Thanks
  • Comment on Re^2: Using Splice with Two Arrays within a loop

Replies are listed 'Best First'.
Re^3: Using Splice with Two Arrays within a loop
by Anonymous Monk on Jun 10, 2013 at 18:28 UTC
    You're supposed to split the argument list into two with splice before the loop.