Help for this page
print HDLCGET "\#\!\/usr\/local\/bin\/expect\n"; print HDLCGET "set timeout -1\n"; ... close(MYINPUTFILE); close(MYINPUTFILE1);
#!/usr/local/bin/expect set timeout -1 ... expect "#" send "exit\r" interact