gsaro has asked for the wisdom of the Perl Monks concerning the following question:
My C program needs command line arguments. the following line is printing what I need.
perl -e 'print "characters"."numbers\n";'if test.c and test is the output file is my prog What is the method to direct output of perl command to my c prog?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing arguments to c prog
by aitap (Curate) on Aug 24, 2013 at 10:14 UTC | |
by gsaro (Initiate) on Aug 24, 2013 at 17:53 UTC | |
|
Re: passing arguments to c prog
by Laurent_R (Canon) on Aug 24, 2013 at 14:30 UTC |