On Jun 5, 1:42 pm, [EMAIL PROTECTED] (Mumia W.)
wrote:
> On 06/05/2007 08:38 AM, Xu, Lizhe wrote:
> > I am confused about what the splice command does with the shift
> > command and what the result of the command. Thanks.
>
> Hello Lizhe. When you want information about a Perl function, you can
>
On 06/05/2007 08:38 AM, Xu, Lizhe wrote:
[...]
I am confused about what the splice command does with the shift command =
and what the result of the command. Thanks.
Hello Lizhe. When you want information about a Perl function, you can
get it using the "perldoc" utility, like so:
Start->Run->
Thank you very much.
Lizhe
From: Stephen Kratzer [mailto:[EMAIL PROTECTED]
Sent: Tue 6/5/2007 10:09 AM
To: beginners@perl.org
Cc: Xu, Lizhe
Subject: Re: Command Splice()
On Tuesday 05 June 2007 09:38:51 Xu, Lizhe wrote:
> Hi All,
> =20
> The exam
On Tuesday 05 June 2007 09:38:51 Xu, Lizhe wrote:
> 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 c