Help for this page
splice(@array,1,2);
#!/usr/bin/perl use strict; ... print "splice(\@array, $offset, $length) : @spliced\n"; } }