473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Editor with embedded-Perl-interpreter?

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!
Nov 12 '08 #1
2 1825
Paolo wrote:
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.
Nov 12 '08 #2
Paolo <la***@19yahoo.comwrote:
>Do you know an editor which allows the execution of Perl-script
on selected text?
EMACS, of course.

jue
Nov 12 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: ajikoe | last post by:
Hello, I use windows notepad editor to write text. For example I write (in d:\myfile.txt): Helo World If I open it with python: FName = open(d:\myfile.txt,'r')
5
by: Jane Doe | last post by:
Hi, Does anyone know of a cheap/free truely WYSIWYG (no HTML/Preview thingie) HTML embeddable widget, similar to the RichEdit widget? Googling a while returned either - browsed-based HTML...
1
by: dinoo | last post by:
Hi Is it possible that some kind of html editor is embedded with application and let user create the document with it But he editor should be as easy as word, user need not to create html code...
1
by: Zeroeffect | last post by:
Hello! I have a database with alot of embedded images. The reason for having the images embedded is security. My problem is that it works fine on my computer, but not on my clients computer....
4
by: groast | last post by:
Hi guys, I'm trying to design a word editor, something similar to "Microsoft Word". This is my first time designing with Visual C#, so not really good will all the features. I wonder how to...
0
by: Chris Murphy via DotNetMonster.com | last post by:
I have a DOS text editor from way back when, and I want to embed it as a resource in a DLL that I'm writing. My goal is to be able to use it as an alternative light-weigth (and GUI-less) text...
63
by: John Salerno | last post by:
I know there's a request for a good IDE at least once a week on the ng, but hopefully this question is a little different. I'm looking for suggestions for a good cross-platform text editor (which...
15
by: dreen1 | last post by:
Hello! Does any one of you know about some kind of PHP IDE (or at least an editor with syntax highlighting) that works online? It would be absolutely great if there was something like Google...
1
by: Eric S. Johansson | last post by:
in trying to make programming in Python more accessible to disabled programmers (specifically mobility impaired speech recognition users), and hitting a bit of a wall. The wall (for today) is...
0
by: Almar Klein | last post by:
Hi Eric, First of all, I like your initiative. I'm not sure if I undestand you correctly, but can't you just increase indentation after each line that ends with a colon? That's how I do it in...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.