I had some (rather unknown) problems - in sequence:

Some years ago i had a piece of code that went through perl -c as OK but was syntactically wrong. I'm still annoyed about myself that i didn't keep this snippet. Perhaps i could have sold it on ebay because something is very rare.

Some days ago i run into a problem with a module that is new to me. The issue was solved with the help of the monks.This vicar found the bug, provided a patch to me and reported the bug to the maintainers of the module. So i could continue, the module got better and my knowledge about scoping in perl was refreshed. Please note: First answer in less than 10 minutes (was my first post!). This is a better performance as many "commercial" helpdesks provide.

I'm using perl for some years but still have no full understanding of it. But must i really?. And perhaps this is more a problem of me.

Some time ago someone (mostly doing java/C++) provided a perl daemon for measuring network throughput (with a java applet as frontend). A real cool tool but that daemon forked my machine to death. I couldn't figure out why. But i assume it was more a problem of this guy and his use of perl. He fixed the issue silently in the next release.

Same observation with emctl, a tool that comes with Oracle and uses perl. Oracle helpdesk had no solution for this within two month or so. My solution was to turn it of and do the dumps by hand. I also assume that this issue was more a problem of the guys which perpetrated the code.

More than this five i don't remember. So i still feel good with perl and rely on it and it's community.

Best Regards and just try2perl, Karl

«The Crux of the Biscuit is the Apostrophe»


In reply to Re: Any known problems with Perl? by karlgoethebier
in thread Any known problems with Perl? by darkmouse_12

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.