I want to reload all Perl modules which our Catalyst application consists of, when we call our FCGI script with ?xxx=yyy
parameter.
To reload I should use exit;
, right?
What is the easiest way to detect URLs with ?xxx=yyy
using Catalyst?
I want to reload all Perl modules which our Catalyst application consists of, when we call our FCGI script with ?xxx=yyy
parameter.
To reload I should use exit;
, right?
What is the easiest way to detect URLs with ?xxx=yyy
using Catalyst?