Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: How do I store and manipulate the output from another process?

by draconis (Scribe)
on Apr 29, 2003 at 18:01 UTC ( [id://254038]=note: print w/replies, xml ) Need Help??


in reply to How do I store and manipulate the output from another process?

Another method would be to use qx(). qx() is a genralized form of using backticks - and is does interpolation as well.
$output=qx(tar -tf);
  • Comment on Re: How do I store and manipulate the output from another process?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-16 23:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found