Philip M. Gollucci wrote:
I believe you hit 'circular dependencies'. While perl will actually let you do this, its bad style in any language. You should move common subroutines to an additional module and it it in the others. Just don't use the others in this new.
Thanks Philip, I sorted out all of the Circular Dependencies and it works as expected :)
Cheers, Nigel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/