in reply to Re: inserting elements in an array
in thread inserting elements in an array

I learned about splice() while examining the Games::Card module. I did not need the full power of that module but did want the "pick a card, any card" functionality.

--- The harder I work, the luckier I get.

Replies are listed 'Best First'.
Re^3: inserting elements in an array
by davido (Cardinal) on Feb 03, 2005 at 00:19 UTC

    Right, but splice is a core part of the Perl language, not an external module nor some function of an external module. It's described in perlfunc.


    Dave