http://qs1969.pair.com?node_id=304154


in reply to Re: hijacking a module constructor
in thread hijacking a module constructor

Ah. Right. Most useful. Thank you.

Except now I'm in a quandry.

My SVG::GD::Image code also imvokes GD::Image in order to continue to support existing GD functionality (all calls to the SVG::GD module are echoed to the GD module so that in the end the user can get an SVG output or a bitmap.

Is there any way to affect the symbol table everywhere except when GD::Image is called from within the SVG::GD::Image namespace?

Further over my head