JupiterHost.Net wrote:
Say a module has 3 functions foo, bar, and baz and is able to autoload do_\w+.In @EXPORT_OK can you put soem commonly used AUTOLOADed methods and have them exported?our @EXPORT_OK = qw(foo bar baz do_this do_that); or is this not possible?
I tried it this morning and it works like a charm :) Just FYI -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>