The script is doing case-dependent string comparisons. Since "start" ne "Start", the script will fall off the bottom.
Either send "start", or change our $universedAction = $statusCGI->param("universedAction"); to our $universedAction = lc($statusCGI->param("universedAction")); and use $universedAction in your comparisions (instead of re-getting the parameter each time).
In reply to Re: This fails mysteriously everytime...
by dws
in thread This fails mysteriously everytime...
by dpatrick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |