hello perl monks i want to run "instmodsh" command on linux then this command outputs -
available options
l to list
q to quit
So could you please help me that how can i pass that "l" or "q" to this instmodsh command using perl and then how can i transfer all this content into a file.
as i tried system(instmodsh -l) but doesn't work bz this command asks for l after executing instmodsh.
Thanks in advance.