State_Space has asked for the wisdom of the Perl Monks concerning the following question:
This opens the file in the program that it's created in. Inside that program's window is the files window. I need to access a tab of that window. Then copy a value in a table on that tab. Also I can't access the file without the program it's encrypted.
I don't want to name the program, but a good analogy would opening an excel file using system. Accessing the second tab of the file and reading E12 cell.
My background is in EE and I'm PERL beginner. I don't know what to do after the files been opened. If there is a CPAN Module that can read objects or manipulate them. Any help would be appreciated.
Update 8/15/2014: I built the program using the Win32:GUITest module (It was a lot of reading and learning). It's been able to grab the value I needed. It runs through a loop and renames multiple files. I need to add some WaitWindow() calls and value verification checks to make it a little bit more robust. All in all though it works and I'm quite happy with it. Thank you for your responses.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading a value out of a program
by roboticus (Chancellor) on Jul 18, 2014 at 16:11 UTC | |
|
Re: reading a value out of a program
by CountZero (Bishop) on Jul 18, 2014 at 15:29 UTC | |
|
Re: reading a value out of a program
by PerlSufi (Friar) on Jul 18, 2014 at 15:29 UTC | |
by CountZero (Bishop) on Jul 18, 2014 at 16:09 UTC |