ramaks has asked for the wisdom of the Perl Monks concerning the following question:
I call this from a shellsystem("/root/node/ant run ");
what should i add to my script so that results of my executed command are visible in this shell? for e.g% ./test.pl
generates an o/p line likesystem("/root/node/ant run ");
" Welcome"
So when i run ( expected output) % ./test.pl " Welcome" %
2006-01-13 Retitled by planetscape, as per Monastery guidelines
Original title: 'Need to display o/p from shell'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need to display output from shell
by aufflick (Deacon) on Jan 13, 2006 at 00:05 UTC | |
|
Re: Need to display output from shell
by vennirajan (Friar) on Jan 13, 2006 at 05:19 UTC |