when trying to call the script via the browser, the script doesn't seem to work. It's on Apache on nt with perl 5, and the script works and has been tested on another server. All parts of the script works except the display sub which called via
if ($INFO{'action'} eq "display"
{&display;}
and script.pl?action=display&form=officers
what's wrong? is there something in the perl or apache not set right? help.
if ($INFO{'action'} eq "display"
and script.pl?action=display&form=officers
what's wrong? is there something in the perl or apache not set right? help.