Re: S11 - Modules and export

2004-11-09 Thread Larry Wall
On Tue, Nov 09, 2004 at 05:20:50PM -0500, Aaron Sherman wrote: : I'm still troubled by the export trait as I read S11. I like not having : to write a new subroutine in a procedural module and THEN go back up and : edit @EXPORT. That's good. : : But, it seems to me that: : : module MyHTML {

S11 - Modules and export

2004-11-09 Thread Aaron Sherman
I'm still troubled by the export trait as I read S11. I like not having to write a new subroutine in a procedural module and THEN go back up and edit @EXPORT. That's good. But, it seems to me that: module MyHTML { # Wherein I pretend to have written an HTML module