> my $in = `cmd /C /tools/FDFReadParse /tmp/fdf$$`;
>
> $in SHOULD contain the output from the FDFReadParse program

I'm assuming you've tried:

my $in = `/tools/FDFReadParse /tmp/fdf\$\$`;

> This works fine running as a .plx and works fine from the
> command line, but does NOT work if running as a .pl

Why not change your mappings on the webserver so .pl files are interpretted
using perlis.dll
 like .plx files are.


_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to