Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>For a non IDE solution then have a look at <a href="http://search.cpan.org/dist/Perl-Tidy/" rel="noreferrer"><code>Perl::Tidy</code></a>. </p> <p>This module is good at beautifying your Perl code into whatever style you have a preference with. However not sure that it has a long line/comment fixer though? (Disclaimer: I don't use <a href="http://search.cpan.org/dist/Perl-Tidy/" rel="noreferrer"><code>Perl::Tidy</code></a> because I'm happy with the way <a href="http://macromates.com/" rel="noreferrer"><code>TextMate</code></a> &amp; <a href="http://www.vim.org/" rel="noreferrer"><code>Vi(m)</code></a> handle my Perl code).</p> <p>For an alternative IDE solution then have a look at <a href="http://padre.perlide.org/" rel="noreferrer"><code>Padre</code></a>, the <em>Perl Application Development and Refactoring Environment</em>.</p> <p><a href="http://padre.perlide.org/" rel="noreferrer"><code>Padre</code></a> is self hosting (ie. written in Perl5), cross platform (uses <a href="http://www.wxwidgets.org/" rel="noreferrer"><code>wxWidgets</code></a> for GUI) and works with Perl5 &amp; Perl6 (rakudo). </p> <p>Here are some videos:</p> <ul> <li><a href="http://www.youtube.com/watch?v=lNAsZFLJGxo" rel="noreferrer">Padre, the Perl IDE: Building an open source team, getting the project to users against the odds</a> (from FOSDEM 2010)</li> <li><a href="http://www.youtube.com/watch?v=yGPLXNUbffY" rel="noreferrer">Context Sensitive Help with Padre, the Perl IDE</a></li> <li><a href="http://www.youtube.com/watch?v=oQjYzneEBmw" rel="noreferrer">2nd birthday of Padre, the Perl IDE - use IRC</a></li> </ul> <p>/I3az/</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload