[Dancer-users] How to use dancer functions in other modules

Mr. Puneet Kishor punk.kish at gmail.com
Wed Mar 9 00:37:57 CET 2011


On Mar 8, 2011, at 5:14 PM, Naveed Massjouni wrote:

> You will be able to do:
>  use Dancer qw(!debug);
>  use MyLogger qw(debug);
>  Dancer::debug('blah');
>  debug('blah');
> 
> Is that not good enough?


the above would be great from my perspective.

Puneet.


More information about the Dancer-users mailing list