in reply to Perl, Permission and Browsers

Check carefully this excellent link: Troubleshooting Perl CGI scripts

Could be a header problem, an execution problem, a shell substitution problem. If all else failes you need to see the server logs. Ask your sysadmin.


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}

Replies are listed 'Best First'.
Re^2: Perl, Permission and Browsers
by Anonymous Monk on Apr 22, 2005 at 08:29 UTC
    thanks all for your efforts!
    Flavios idea solved the problem, thanks a lot!!