Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: can a text editor read from perl output?

by Aighearach (Initiate)
on Nov 06, 2004 at 05:29 UTC ( [id://405706]=note: print w/replies, xml ) Need Help??


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

With vi you can just use - to tell it that the file is on stdin. And just pipe it in.
decrypt.pl | vi -
Pico is even easier.
decrypt.pl | pico

Update: Well, even though I'm an emacs user, I don't see an obvious way to do this. There are probably 100 ways to do it. But good luck...


--
Snazzy tagline here

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-23 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found