Help for this page
#!/usr/bin/perl use IPC::Open3; ... # print; #} }
import subprocess ... shellproc.stdin.write("exit\n") shellproc.wait() print "Successfully Executed all the Commands [Done]"