kepler has asked for the wisdom of the Perl Monks concerning the following question:
wich, as you can see, if clicked, was suposed to call sub.pl Both, main.pl, and sub.pl, are fine in syntax (I've checked with the -w flag). The main generates the data, and the links: but when I click the link I get an Internal Server Error. I've checked the error log, but it doesn't show much, just a 500 error - it's from CPanel. sub.pl, just parses the line, and prints out a nice format of the variables passed. What can be wrong? Kind regards, Kepler$map = "<a href='http://mydomain.com/cgi-bin/dir/sub.pl?v1=$v1&v2=$v2& +v3=$v3&v4=$v4'>View Details</a>";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Link not working in Perl script
by Anonymous Monk on Apr 12, 2011 at 07:28 UTC | |
by kepler (Scribe) on Apr 12, 2011 at 10:38 UTC | |
|
Re: Link not working in Perl script
by JavaFan (Canon) on Apr 11, 2011 at 20:52 UTC | |
|
Re: Link not working in Perl script
by PyrexKidd (Monk) on Apr 11, 2011 at 22:27 UTC | |
|
Re: Link not working in Perl script
by PyrexKidd (Monk) on Apr 14, 2011 at 08:40 UTC |