in reply to Re: Pretty URLs in CGI::Application
in thread Pretty URLs in CGI::Application

I had tried before, but I couldn't get it to work properly, but following your advice, I looked at the documentation again and got a working solution using a sub reference in mode_param() in setup containing the code I previously had in my index file, with an added return $q->param('op') at the end. That worked! Thanks :)

Sorry for convoluted sentence

  • Comment on Re: Re: Pretty URLs in CGI::Application