Quick question about references to arrays that I need clarified? If I have 'my $aryRef = [EMAIL PROTECTED]' can do 'push $aryRef, $aValue'? Does this place the value of $aValue directly into @array or do I need to figure out another way to do that?
I'm guessing this is exactly what array references are for but I'm not certain. Mathew -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/