in reply to Re: using CGI::Application::Dispatch in my existing application
in thread using CGI::Application::Dispatch in my existing application

I did say I am being dense here, and that denseness continues. I saw the code you refer to. What am I to do with that code? Does it go in my package or in my index.cgi? It seems it should go in index.cgi, but putting it there (with the necessary modifications, of course) and then going to http://<server>/myapp/index.cgi/view, ends up with the error

No such run mode 'view' at .../index.cgi

Additionally, I can't really have id => 'Item' hard coded in my script. The string 'Item' is shown just for example. It changes all the time.

Sorry, I am not getting it.

--

when small people start casting long shadows, it is time to go to bed

Replies are listed 'Best First'.
Re^3: using CGI::Application::Dispatch in my existing application
by punkish (Priest) on Oct 29, 2008 at 19:19 UTC
    Jeebus, I finally understand it!

    CAD docs need some serious rewrite (and I shall do so, soon as I figure *everything* out about it) especially for someone like me who already has a working CGI::App application and then wants to add CAD to it (and happens to be a bit dense like me).

    Great app, but docs need to be improved.

    --

    when small people start casting long shadows, it is time to go to bed
      Please do share your findings so that the original question has an answer within this thread.