RE: Alternative to Expect.pm for ActiveState?

2004-11-12 Thread Thomas, Mark - BLS CTR
Ordinarily I'd use Expect.pm, but that doesn't seem to have made it to the ActiveState repository yet, and I've completely given up on using CPAN here. Are there any suggestions for an ASPerl-friendly alternative? If anybody has an alternate approach to this problem, I'm all ears.

Alternative to Expect.pm for ActiveState?

2004-11-10 Thread Eric M. Hillman
I'm trying to write a simple Win32::GUI wrapper to a command-line program that requires both command line options and user interaction. That is, I want to take the following: C:\ myprog -d filename.txt.enc Enter password for filename.txt.enc: P4ssw0rd Password OK, extracted to filename.txt And