HI, I know there are a lot of good perl books out there. I just realised my programming skills are not that great..as ive been using google to do most of my perl code.

You skills aren't too far from removed from great, and your attitude is great :)

See these links here Re: Perl and Fastcgi + template system (confused) like Web Programming: For Beginners and to learn about the internet

and Watch the videos on perlmaven linked here http://szabgab.com/catalys-dancer-mojolicious.html

The documentation for gr8 modules like CGI::Application and CGI::Session does not delve into the depths of how the session variables are managed, so its difficult to get an understanding of the underlying session management. Thats where my actual problem starts, and i'm having to use logging statements everywhere to figure out stuff..

Do you understand cookies? Did you read CGI::Session::Tutorial

See code and my links at Problems with session expiration

Then forget about "use CGI::Session;" because that is low level stuff (like "use CGI", see Re: ModPerl Registry vs Apache Handlers (neither))), you want to use Dancer/Mojolicious... this is higher level easy way ... don't skip reading the other tutorials if you need refresher about HTTP/CGI, but to start writing code stick with mojo or dancer


In reply to Re: Book Reccomendation for Web Development using Perl by Anonymous Monk
in thread Book Reccomendation for Web Development using Perl by perlron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.