Interacting w/another App on Win32

A

Anthony M. Saffer

Hello Everyone,

I'm trying to find some information about how to do something but I
don't even know what to search for. Here's the deal: I am writing a
visual interface to Win32 command line tool. At some point, I will
need to pass information to and read information from the other
application. Is there a way to do this in Perl without the need to
spawn a "DOS window"?

Thanks,
Anthony
 
D

David K. Wall

Hello Everyone,

I'm trying to find some information about how to do something but I
don't even know what to search for. Here's the deal: I am writing a
visual interface to Win32 command line tool. At some point, I will
need to pass information to and read information from the other
application. Is there a way to do this in Perl without the need to
spawn a "DOS window"?

perldoc -f system
perldoc -f exec

Or look in perlop for qx/STRING/ or `STRING` (backticks, not single-quotes).
 
A

Anthony M. Saffer

David K. Wall said:
perldoc -f system
perldoc -f exec

Or look in perlop for qx/STRING/ or `STRING` (backticks, not single-quotes).

Thank you very much!

Anthony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top