I do a lot of work professionally and currently some (due to time constraints) personally with perl, these days much of this uses the Mojolicious framework. It makes building web based systems fun again and is a joy to work with. Recently I put together a application in Mojo that can replace two existing systems (one our old perl CGI::Application based tool and the other a proprietary mess with vast hardware and software dependencies, impacting both server and client side.). The little Mojo app is many times faster than the production system, and does things it never could. Mojo also provides a great deal of other things to the table including Mojo::DOM and Mojo::UserAgent which making parsing/scraping, munging and manipulating any web based contents fairly trivial. The framework and tools provided are well worth exploring.


In reply to Re: What are people doing with Perl 5 and Raku these days? by marto
in thread What are people doing with Perl 5 and Raku these days? by Crosis

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.