Re: Perl system calls wont work on Win98? help!
by Robert Johnson other posts by this author
Jul 27 2005 11:14AM messages near this date
view in the new Beta List Site
Re: Perl system calls wont work on Win98? help!
|
Re: Perl system calls wont work on Win98? help!
--- $Bill Luebkert wrote:
> robert wrote:
>
> > when i call this executable from Perl, on my WinXP system, and assign
> > its resulting output to a variable, it works great. i'm able to parse
> > the result for the values im looking for.
> >
> > but when i call this executable from Perl on a Win98 system, it will not
> > assign the resulting output at all. it wont even print it to the
> > screen.
>
>
> A few more things you can try:
>
> 1) use a shell:
>
> my $result = system "$ENV{COMSPEC} /C myprogram.exe $arguments");
that did it.
thank you!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Perl-Win32-Porters mailing list
Perl-Win32-Porters@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Robert
IvorW
$Bill Luebkert
Robert Johnson
Sisyphus
Robert
|