NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
What what what? (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Re: (Score:1)
PerlySense is a Perl IDE back-end that integrates with editor front-ends, currently Emacs.
Conveniently navigate and browse the code and documentation of your project and Perl installation.
Run tests and scripts and syntax check source with easy navigation to errors/warnings/failing tests.
Highlight syntax errors, warnings and Perl::Critic complaints in the source while editing.
Re: (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Re: (Score:1)
Re: (Score:1)
When you want to get the message out to more people, it helps to put a bit more information up front.
Yay (Score:1)
Re: (Score:1)
That's the point of PerlySense being heavy on the Perl side and rather light on the Emacs side, to be able to reuse it across different front-ends (for example, I envision an HTML front-end to make it usable for a team regardless of editor preferences).