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
>
> >
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",
[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
[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
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
[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 =