Hi
I wrote a cgi code and in output another cgi file is getting created.....jus t
have a look on the code...
here is the output:
how is the temp1 file getting generated?
I wrote a cgi code and in output another cgi file is getting created.....jus t
have a look on the code...
Code:
#!/usr/bin/perl use strict; use CGI::Carp qw(fatalsToBrowser); die ’Some disaster!’; print "Content type:text/plain\n\n"; print "hello";
Code:
Content-type: text/html <H1>Software error:</H1> <PRE>Unrecognized character \x92 at C:\Program Files\Perl Express\Debug\temp1.cgi line 4. </PRE> <P> For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.
how is the temp1 file getting generated?
Comment