On Mon, 2005-12-19 at 15:11 -0500, Philip M. Gollucci wrote:
> I've got some code that gets away with a lot of circular references 
> because of the "magic load order" in the startup.pl file(s).

Usually circular references like this are not a problem in Perl.  The
only issue I know of is when you try to use imported subs or variables
at compile time.

- Perrin

Reply via email to