The best thing you can do would seem to be a serious in-depth study of the basics of HTTP. Web frameworks are designed to solve the problems of working with HTTP and web browsers, and advanced web frameworks like Dancer and Mojo are designed to solve the larger problems of building maintainable applications on top of these technologies. If you don’t fully understand the technology itself, the solutions to its problems won’t make much sense.
So that’s my advice. Start with a book or a college course or online tutorial series about HTTP before getting into a framework of any language. Know what is possible for HTTP requests and what things you can send in a HTTP response, and why you might want to send them. Don’t stop until you can connect to port 80 with Telnet and type in a HTTP requests by hand.
Then, when you go to learn a framework, all of it will make sense.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.