Next and hopefully last question for now on a more general subject: Why do
array members take the form of 'ARRAY(0x90df74)' rather than the actual
content fed to an array or variable?


Whatever variable looks like that when printed if an array reference.


for(@links) {
 print @{$_};
}


see perldoc perlref

HTH

Lee.M - JupiterHost.Net


Thanks, Ben

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