Hi,
I have the perl script "cli.pl". After executed this script it's waiting for inputs from commandline same as our UNIX Shell... for each cli command this script will respond.. and waiting for next cli input command... This is behavior of cli.pl...
Now i want to test(automate) the cli.pl using another script say "auto.pl" From auto.pl i want start the execution of "cli.pl" then wait sometime to execute and pass the arguments to the cli.pl and get back the result and store it in one file....
Plz help me .... to my problem..