in reply to
Re^3: exec, system, or backticks
in thread
exec, system, or backticks
Thank you for your help my code was modified as follows: <code> system("$swbt_dms $item > $log/$key"); <code> It work just fine. Thank you again!
Comment on
Re^4: exec, system, or backticks
Replies are listed 'Best First'.
Re^5: exec, system, or backticks
by
fstat(pipe)
(Scribe)
on Oct 21, 2004 at 22:56 UTC
How about the Expect module? I found a pretty-good-okay site that splained it for me:
Using Expect.pm to Manage an Unreliable Program
[reply]
In Section
Seekers of Perl Wisdom