in reply to Problem running cgi script (Exec format error)
This is because when you are executing a script as an executable it needs to start with the shebang line. However, I'm not so sure this will actually help you. I think you might want to reread the whole thread in your earlier question Trouble with Perl CGI script, particularly the discussion started by ChrisR.#!/usr/local/bin/perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem running cgi script (Exec format error)
by chakkaln (Sexton) on Jul 29, 2005 at 03:19 UTC | |
|
Re^2: Problem running cgi script (Exec format error)
by chakkaln (Sexton) on Jul 29, 2005 at 03:25 UTC | |
by Anonymous Monk on Jul 29, 2005 at 03:47 UTC | |
by chakkaln (Sexton) on Jul 29, 2005 at 04:58 UTC |