Re: Trying to splice....

2008-04-10 Thread [EMAIL PROTECTED]
On Apr 10, 9:03 am, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote: > [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] into the middle of @players without removing any elements > > from @players. > > > so i've done the following... > > > #!/usr/bin/perl -w > > > # extracting elements using splice > > >

Re: Trying to splice....

2008-04-10 Thread Lokeey
Yeah...I actually figured it out last night, and couldn't find my post to send out the correction. but thanks for the assistance. my final code looks like this.. #!/usr/bin/perl -w # extracting elements using splice @players = ("ryno", "fukudome", "grace", "banks", "santo", "soto",

Re: Trying to splice....

2008-04-10 Thread John W. Krahn
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] into the middle of @players without removing any elements from @players. so i've done the following... #!/usr/bin/perl -w # extracting elements using splice @players = ("ryno", "fukudome", "grace", "banks", "santo", "soto", "marmol", "sor

Re: Trying to splice....

2008-04-10 Thread Gunnar Hjalmarsson
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] into the middle of @players without removing any elements from @players. so i've done the following... #!/usr/bin/perl -w # extracting elements using splice @players = ("ryno", "fukudome", "grace", "banks", "santo", "soto", "marmol", "sor

Re: Trying to splice....

2008-04-10 Thread Jay Savage
On Wed, Apr 9, 2008 at 3:14 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] into the middle of @players without removing any elements > from @players. > > so i've done the following... > > #!/usr/bin/perl -w > > # extracting elements using splice > > @players = ("ryno", "f

Trying to splice....

2008-04-10 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] into the middle of @players without removing any elements from @players. so i've done the following... #!/usr/bin/perl -w # extracting elements using splice @players = ("ryno", "fukudome", "grace", "banks", "santo", "soto", "marmol", "sori", "bigZ", "pie"); @dump =