in reply to Re: How to get public folders path in Perl Dancer ( config->{public} )
in thread How to get public folders path in Perl Dancer
Thank you so much! I saw the Dancer::Config module but didn't know how to use it.
Does that mean that whenever I want to use config helpers in my own modules, I'm going to have to do use Dancer; in that module? Would that be the right way of going about it?