Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Trying to get an external c program to print to a file

by Eliya (Vicar)
on Nov 04, 2011 at 12:42 UTC ( [id://935914]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub my_sys {
        my $out = pop;
    ...
    }
    
    my_sys("/bin/echo", "foo", "bar",  "std.out");
    
  2. or download this
    $ ./935901.pl
    $ cat std.out
    foo bar
    

Log In?
Username:
Password:

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

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

    No recent polls found