$ perl -E 'use strict; sub foo { say "hello" }; say "runtime!"; f00()' runtime! Undefined subroutine &main::f00 called at -e line 1.