Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: @status issues

by the_hawk_1 (Scribe)
on Jul 03, 2007 at 16:31 UTC ( [id://624725]=note: print w/replies, xml ) Need Help??


in reply to @status issues

I've use something like
open($file, $file_to_execute." |"); @text = <$file>; close $file;
to catch the output of a system command.

Well... I'm not sure this is the best way to acheive it, but it worked.

- The_Hawk_1

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found