On Sat, Oct 18, 2003 at 05:54:01PM +0800, Glenn Remot wrote: > i hav a problem with my cgi script. when i run it from my browser, i get > the Premature end of script headers: error. Below is the script. > TIA and GOD bless!
Glenn, The script died at compile time due to three syntax errors. The code including the 'print header();' line was not executed. Run the script in the command line and Perl will show you what these errors are. HTH -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
