Hi all, I just upgraded from perl 5.8 to perl 5.10.1. Everything went well, except for a single module that I need.
The offending code is this: ${$self->{__pb_template_list}}[...@{$self->{__PB__TEMPLATE_LIST}}}]->param( $param, $value ); As I understand it, $# has been deprecated in 5.10. Can someone please help me understand the above line of code? What does $# represent in this context? I've tried changing the code in numerous ways to no avail. I'd like to get this fixed, so a) I can use it and b) I can create a patch for the developer. Cheers, Steve -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/