Connecting Tech Pros Worldwide Help | Site Map

Editor with embedded-Perl-interpreter?

  #1  
Old November 12th, 2008, 08:55 PM
Paolo
Guest
 
Posts: n/a
I don't remember the name of this application for Windows but i've
make use of that once.

Do you know an editor which allows the execution of Perl-script
on selected text?

The Perl-script are in a submenu of the Tools menu.
---
THANX4URTIME!
  #2  
Old November 12th, 2008, 09:05 PM
Jeff Schwab
Guest
 
Posts: n/a

re: Editor with embedded-Perl-interpreter?


Paolo wrote:
Quote:
I don't remember the name of this application for Windows but i've
make use of that once.
>
Do you know an editor which allows the execution of Perl-script
on selected text?
>
The Perl-script are in a submenu of the Tools menu.
You might have better luck in a group about editors. There's nothing
apparently perl-specific about your question.

In Vim, type :!foo (from Normal mode) to run the shell command "foo" on
your selected text. For example, to double all the numbers in the
currently selected text:

:'<,'>!perl -pe 's/\d+/$&*2/eg'

Once you've selected the text and hit :, the '<,'are inserted in the
command line automatically. You just type ! and the shell command.
  #3  
Old November 12th, 2008, 09:55 PM
Jürgen Exner
Guest
 
Posts: n/a

re: Editor with embedded-Perl-interpreter?


Paolo <lap76@19yahoo.comwrote:
Quote:
>Do you know an editor which allows the execution of Perl-script
>on selected text?
EMACS, of course.

jue
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any GUI lib wiget is capable of a WYSIWYG editor? oyster answers 1 June 27th, 2008 05:30 PM
More problems with IDE and documentation Lloyd Sheen answers 5 November 18th, 2005 02:10 AM
Problems with embedded images associated with Microsoft Photo Editor 3 Zeroeffect answers 1 November 13th, 2005 06:31 AM
Problem With Embedded jpg Image Steve answers 2 November 12th, 2005 11:11 PM
Problem With Embedded jpg Image Steve answers 2 November 12th, 2005 10:48 PM