{ use methods $app => qw/log .../; log("something"); } #### sub log { $app->log(@_); }