Hi All,
=20
The example given for splice function in the perldoc shows
sub aeq {
 ...
 my(@a)=3D splice (@_, 0, shift);
 ...
}
I am confused about what the splice command does with the shift command =
and what the result of the command. Thanks.


 
 
Lizhe


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to