in reply to Re: Missing new-lines, when script executed in a CGI
in thread Missing new-lines, when script executed in a CGI

Thanks for the quick reply JavaFan.. Its a Perl script,by '#!Perl_Interpreter_Location', i meant '#!/usr/bin/perl', isnt this SHE-BANG?
sorry for the error-prone code..
I had corrected all the issues pointed out by u, but still i end with the same problem.. Could you please tell me what else could be wrong!!
  • Comment on Re^2: Missing new-lines, when script executed in a CGI

Replies are listed 'Best First'.
Re^3: Missing new-lines, when script executed in a CGI
by JavaFan (Canon) on May 11, 2010 at 22:20 UTC
    Its a Perl script,by '#!Perl_Interpreter_Location', i meant '#!/usr/bin/perl', isnt this SHE-BANG?
    Yes. By my count, it's on the fourth line. '#!' is only recognized by the kernel if they are the first two bytes of the file.