prints:$ perl -e ' my @colors = qw(red blue orange purple pink white); @colors = @colors[3..$#colors]; print join (" ", @colors),"\n";'
Update: Check perldata for more detail explanation about slice.purple pink white
In reply to Re: Array Splicing: Need Help!
by monkfan
in thread Array Splicing: Need Help!
by Alberta226
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |