Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can Perl Expect module control graphical application

Status
Not open for further replies.

sengkannan

Technical User
Jul 8, 2003
13
I would like to know if Expect can be used to control graphical application using GUI or openGL where most of the input is via cursor picking and dialogue boxes
 
No, expect is a program to send input to a interactive tty, the perl module mimics that. Thats why to load the module you have to compile your IO:tty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top