Help for this page
my $script_content = 'print STDERR "foo"'; ... eval $script_content; print "buf = $buf\n"; # "buf = foo"