in reply to Re: Starting a New Script
in thread Starting a New Script
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.
beyond that, I use previously written code that is in use because I know it works for me.#!/usr/bin/perl use Modern::Perl qw(2014);
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...
|
|---|