home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


splice

splice 
@array
, 
pos
, [
n
], [
list
]

Removes n number of elements from @array starting at position pos , replacing them with the elements of list , if provided. The function returns the elements removed from the array. The array grows or shrinks as necessary. If n is omitted, the function removes everything from pos onward.


Previous: Reference: sort Perl in a Nutshell Next: Reference: split
Reference: sort Book Index Reference: split

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.