in reply to Perl generating embedded Perl
eval "sub foo { return 'bar'; } ; 1"; warn 'foo'->(); __END__ bar at - line 2. [download]