CAP::DevPopup demo
CAP::DevPopup is a plugin for CGI::Application, which adds a popup with debugging information to your run mode output. This helps with development of your website, by displaying header information, timing details and anything else you might want to add.
- Another runmode
- view source
- This one adds a custom timing point
- Try it on https (May require you to close the popup depending on browser security settings)
- This page as a regular cgi
- This page as a mod_perl script (To test SetEnv or PerlSetEnv)
- This page with the popup turned off