kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
Its not showing me the input paramete option, where in binary i have asked to get a input from the user. I believe that is routed to different screen or trash. See below when i run the binary...sub { $file=shift; system "abc -add $file"; ($? != 0) ? return 0 : return 1; }
This particular line was not shown when i run through the perl script. even i tried with qx and backtic. That didnt work.... Please any suggestion....File contains 1 new key(s). Add these keyring ? (Y/n) Y
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Question on system function
by apl (Monsignor) on May 07, 2008 at 20:33 UTC | |
|
Re: Question on system function
by carol (Beadle) on May 07, 2008 at 21:04 UTC | |
|
Re: Question on system function
by pileofrogs (Priest) on May 07, 2008 at 20:24 UTC |