Re: script produced no output

2012-03-17 Thread Shawn H Corey
On 12-03-17 04:20 AM, Shlomi Fish wrote: You should use better quoting here. Doing \" excessively is an anti-pattern. Maybe use a here-document. It would be better if the OP used a module to generate the HTML. CGI.pm is included with all Perl installations but is the most rudimentary. More ad

Re: script produced no output

2012-03-17 Thread Shlomi Fish
> 'C:\HRMS\cgi-bin\cetakKuponMakanHarian.pl' script produced no output" > It is possible the script crashed in the middle. Is there anything in the logs? > I am using IIS under windows 7 32 bit, I set already the security into > allow to everyone to read and execute. I don&

script produced no output

2012-03-16 Thread Eko Budiharto
dear list, I have a perl script that I would like to run from any browsers. I tried it on firefox and internet explorer, but both gave me, the same error message, "Content-type: text/html 'C:\HRMS\cgi-bin\cetakKuponMakanHarian.pl' script produced no output" I am using II