in reply to Re: What is the $c variable?
in thread What is the $c variable?

Hi Athanasius, Thank you for your help. You are correct, it is actually explained in a later section of the document on CPAN. I found the intro document for Catalyst was not quite well organized as it introduced many new things without any explanation or reference. And the explanation was provided in a later chapter which makes the beginners (at least myself) quite lost. Regards, Alwyn

Replies are listed 'Best First'.
Re^3: What is the $c variable?
by Laurent_R (Canon) on Nov 01, 2016 at 09:30 UTC
    If this is your second day in the Perl world, I would suggest that trying to work with the Catalyst framework is probably premature. I think that you should nail down the basics of Perl before going into Catalyst or any other similar large-scale framework. Otherwise, you're going to make the learning curve much steeper than it needs to be.

    IMHO, you should grab a good tutorial or introductory book on Perl (e.g. Learning Perl), get a good understanding on the basic concepts and syntax, spend a couple of weeks on that, and come back to Catalyst afterwards.

    Update: fixed a typo: s/leaning/learning/;