If I can do this: $ref = \...@foobar; print @$ref;
then why can't I do this: print @\...@foobar; Thank you for your help! Mark -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
If I can do this: $ref = \...@foobar; print @$ref;
then why can't I do this: print @\...@foobar; Thank you for your help! Mark -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/