Thanks Will & Bob.

using $class->FindLink(LinkID => $LinkID); has fixed it.

I needed to use it for every internal call to a subroutine within my package and I'm now getting exactly what I needed.

For the archives purpose, use &subroutine_name instead of $class->subroutine_name passed the @_ the was sent to the calling subroutine down to the called subroutine. That was the crux of the problem. using $class-> fixed that and it now behaves as the perldoc's suggest it should.

Thanks again

Angie


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