Basic HTML version of Foils prepared Sept 20 97

Foil 36 splice function in Perl

From Perl5 and Advanced Perl4 Features Computational Science for Information Age Course CPS616 -- Sept 20 97. by Geoffrey C. Fox,Nancy McCracken,Tom Scavo


splice ARRAY,OFFSET,LENGTH,LIST
remove LENGTH elements starting at position OFFSET in ARRAY and replace by elements ( if any) in LIST
shift(@a) is equivalent to splice(@a,0,1)



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Apr 5 1998