No Actually i am trying to send the command to this application through
script only.

-----Original Message-----
From: Josue Garayua [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 07, 2002 3:45 PM
To: Sisyphus
Cc: [EMAIL PROTECTED]
Subject: Re: Executable program from perl script


What if the input is via cgi using post and get method? It's posible?

J.G.T

----- Original Message ----- 
From: "Sisyphus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 07, 2002 12:25 AM
Subject: Re: Executable program from perl script


> 
> ----- Original Message -----
> From: "Sushil Kumar Gupta" <[EMAIL PROTECTED]>
> To: "'Sisyphus'" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, May 06, 2002 3:39 PM
> Subject: RE: Executable program from perl script
> 
> 
> > Thanks for the reply !
> > but how can i give inputs to the exe using the way you have suggested ?
> >
> 
> How are you supplying input ?
> 
> If it's via command line arguments, let's say 'arg1' and 'arg2' then it
> would be worth trying:
> $out = `d:/abacus/bin/acld.exe arg1 arg2`;
> 
> If it's via the keyboard, then maybe all you need is:
> system("d:/abacus/bin/acld.exe");
> 
> We probably need a little more info about what you want in regard to both
> input and output.
> 
> Cheers,
> Rob
> 
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Attachment: msg12981/bin00000.bin
Description: application/ms-tnef

Reply via email to