I made the mistake of using Mason components where I should have made Perl modules. On one hand its nice because I don't have to restart apache every time I modify a component file, but I guess that I am taking a performance hit for doing things this way. I used Mason like someone would use PHP you could say(and my Perl is like Mason-flavored slang).
But now I'm looking at making some applications in Catalyst, and I want to make these Mason components Perl modules so I can use them in these new apps. So the question is - does anyone have any suggestions on the best way to convert a .mas component to a Perl module? Take into consideration that I'm passing arguments around using <%args> as well as %ARGS in many of these components. Anyone? TIA Justin _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

