Help for this page
# app.psgi, cp or mv it around and plackitup. :P use Path::Tiny; my $location = path(__FILE__)->absolute; sub { [ 200, [], ["OHAI $location!"] ] }