my @slice = @array[4..13];
In this code,
| @array | is an | array |
| @slice | is an | array |
| @array[4..13] | is a | slice |
| @array[4..13] | equals |
|
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
In reply to Re: Re: What is a "slice" ?
by Juerd
in thread What is a "slice" ?
by Hayl_
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |