Hi Hippo

Here is one of the links that talks about exceptions not being part of Perl. My bad again, I got mixed up with errors and exceptions, and if you berate me for that I would totally understand- https://www.oreilly.com/library/view/mastering-perl/9780596527242/ch12.html

Given below is paragraph from the chapter -

Exceptions Perl doesn’t have exceptions. Let’s just get that clear right now. Lik +e some other things Perl doesn’t really have, people have figured out + how to fake them. If you’re used to languages, such as Java or Pytho +n, set the bar much lower so you aren’t too disappointed. In those ot +her languages, exceptions are part of the fundamental design, and tha +t’s how I’m supposed to deal with all errors. Exceptions aren’t part +of Perl’s design, and it’s not how Perl programmers tend to deal with + errors.

Unfortunately I could not find other links. I was just going from one article to another and that is how I stumbled across the said articles.

Note:- I am not hear to badmouth about Perl. Just really badly wanting to get some clarity (which the ensuing answers have provided in truckloads).


In reply to Re^2: What technical benfits perl offers over python + few more questions. by Anonymous Monk
in thread What technical benfits perl offers over python + few more questions. by Anonymous Monk

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.