in reply to export all symbols

For your problem to the extent you have described it, I suspect you really just want to leave off "package MyRegex" at the beginning and then "require" the module rather than "use"ing it, eh?

Replies are listed 'Best First'.
Re^2: export all symbols
by jh (Beadle) on Feb 23, 2009 at 19:31 UTC
    That might have been easier if I had thought of it first, although it disrupts my nice structure of
    use Mycompany::CustomModule1; use Mycompany::CustomModule2; use Mycompany::CustomModule3;