Andrew Gaffney <[EMAIL PROTECTED]> wrote:
: 
: I tried to write a small test script to figure this out,
: but I can't get anywhere. I used array references in my
: test program, because I need to pull out an element from
: an array through a ref and assign the result back to the
: same array ref.

    I don't understand what result you want to assign to
the original array ref. Give us an example of what you want
to end up with and we can get you there.

    Starting with this:

: my $array1 = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15];

    End up with:

$array1 = ???
$array2 = ???
$array3 = ???


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


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


Reply via email to