I find your potential offering interesting simply because it has value to you. (Otherwise you would not have made the effort I presume) I generally use Sublime Text 3 to write my code (Perl or otherwise) and have my own reasons for that particular editor none of which are all that compelling to anyone else I would guess.
I have used Komodo in the past, and still do in a rare instance. But mostly I find that an IDE gets in the way. Like others mentioned here, there are a few lines that go at the beginning of the script.
#!/usr/bin/perl
use Modern::Perl qw(2014);
beyond that, I use previously written code that is in use because I know it works for me.
And I agree with others that Cool Uses for Perl would be a good place to refer to what you have done. If the code is substantial, then Github would be a great place to put it for others to examine and/or use. Makes for a good spot to let others comment and contribute, and your link in CUFP does not have to be updated every time you make a change.
...the majority is always wrong, and always the last to know about it...
A solution is nothing more than a clearly stated problem...
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.