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.
Nice, but Name Clash (Score:1)
Hey, that's nifty.
But having ~/bin/eval may get confusing, the name clashing with the buit-in shell command
eval.perlevalwould be less confusing (and a longer name doesn't really matter, since your mapping does the typing for you).Re: (Score:2)
Ah, good point. I'll make a change locally. Thanks!
Nifty (Score:1)
Nice idea. I used it in my .emacs but slightly differently. This evals the contents of the current region w/ perl-run-snippet-command and inserts it afterward as comments.