in reply to Re^4: Is it required to map a Plack/PSGI middleware?
in thread Is it required to map a Plack/PSGI middleware?

Yes, it is "acceptable", there is no getting around the universal PSGI/Plack truth that everything is one sub inside another .... but still "builder" is the better way to go about it :D
  • Comment on Re^5: Is it required to map a Plack/PSGI middleware?

Replies are listed 'Best First'.
Re^6: Is it required to map a Plack/PSGI middleware?
by tiny_monk (Sexton) on Sep 12, 2015 at 23:34 UTC

    Thank you very much for sharing your insight. I agree with you.