Perl Script Pauses - Want it to Continue

2009-03-17 Thread socrtwo
I am using the executable cakecmd unzipper in a Perl script. Normally when cakcmd is executed outside of Perl and it's done it's work it pauses and one has to hit enter to return to the prompt. How can I program Perl so that it enters the carriage return for me? Printing a carriage return doesn't

Re: Can docx2txt Be Installed In Windows Strawberry Perl as a Module

2009-03-09 Thread socrtwo
On Mar 8, 2:04 am, socr...@gmail.com (Socrtwo) wrote: > 1.http://docx2txt.sourceforge.net/- can this be installed in a > Windows Strawberry Perl? > 2. Why is there no Makefile.PL file? > 3. Is 2. because it's a script not a module? > 4. Do scripts need to be installed just l

Can docx2txt Be Installed In Windows Strawberry Perl as a Module

2009-03-08 Thread socrtwo
1. http://docx2txt.sourceforge.net/ - can this be installed in a Windows Strawberry Perl? 2. Why is there no Makefile.PL file? 3. Is 2. because it's a script not a module? 4. Do scripts need to be installed just like modules? How do you manually install a script in Windows? Thanks for your help