Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

(RhetTbull) Re: stdout question

by RhetTbull (Curate)
on Nov 26, 2001 at 01:32 UTC ( [id://127424]=note: print w/replies, xml ) Need Help??


in reply to stdout question

Depending on what you're trying to do, backticks may be what you're looking for. Executing something like:
my $stuff = `foo`;
will capture whatever foo printed to stdout in the variable $stuff. Alternatively, you can get more complicated output filtering with Filter::Handle.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://127424]
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: (8)
As of 2024-04-23 07:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found