http://www.perlmonks.org?node_id=992612


in reply to Re^3: How to pass an argument to a Module?
in thread How to pass an argument to a Module?

IMPORT{ print "inside the IMPORT block, with arguments @_\n"; }
works but does the same thing as when i override import() : my subroutines are not exported to the symbol table.
I'll write to the author.