On Wed, 2006-11-01 at 10:32 -0600, Neville Aga wrote:
> Does anyone have any experice or recommendations on these or any other
> (perl) scripts that automate the process of signup, approval (ideally
> credit card approval with authorize.net), email out lost passwords,
> etc?

You might be able to get some of that from the Catalyst auth framework,
but most of it sounds too custom to be off-the-shelf.  When you get into
dealing with payments, you will probably need to build the structure of
it yourself.  You can find CPAN modules to do the actual payment
processing, session tracking, etc. though, so it's just the high-level
code and the HTML that you'll have to make yourself.

- Perrin


Reply via email to