Michael Gale wrote:
Hello,

Hello again,

    Ok, I have it working but I am not sure why:

--snip--
sub printlist
{
        my $arrayref = [EMAIL PROTECTED];

Now you are copying the whole array to @_ (which you said you didn't want to do) and are assigning a reference of that array.


John -- use Perl; program fulfillment

--
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