vit has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,
I was told that I can find a lot of useful modules in Catalysts for online signing in, login, payment processing, etc.
Is it true? Can someone show me a link.
  • Comment on Using Catalyst for login, payment processing... ?

Replies are listed 'Best First'.
Re: Using Catalyst for login, payment processing... ?
by bv (Friar) on Aug 31, 2009 at 18:27 UTC
    Catalyst
    $,=' ';$\=',';$_=[qw,Just another Perl hacker,];print@$_;
      Could you be a little more specific which modules should I use for my purpose

        Could you be a little more specific for which purpose you need modules? Unfortunately, I'm not that familiar with Catalyst. Maybe one of the other Monks could put you on the right path.

        $,=' ';$\=',';$_=[qw,Just another Perl hacker,];print@$_;