Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: can a text editor read from perl output?

by neniro (Priest)
on Nov 06, 2004 at 10:49 UTC ( [id://405744]=note: print w/replies, xml ) Need Help??


in reply to can a text editor read from perl output?

Using vi(m) you can insert the output of an external command easily using this vi-command:
:.!myscript.pl
and of course you can use an external script to modify specified lines in your actual buffer:
:1,$!sort
This Wikipedia-article shows a lot of the powerful features you can use within vi(m).
You can use :help command to get help directly in vi(m).

UPDATE: Changed link to non-german Wikipedia.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://405744]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found