Subject: | Use of global variables will break this module |
register getppdetails => sub {
return(\%ppdetails)
};
This is likely to break when use multiple instances of a Dancer application (as in production) and bad coding style in general.
Shouldn't that live in the user's session?
Regards
Racke