Help for this page
my $code = 'sub { my $arg = shift; warn $arg; }';
use Safe; ... $ssub->( "hello$/" ); &$ssub( "hello$/" );