Help for this page
Select Code to Download
Select
or
download this
sub run { my ($f) = @_; ... my $code = do { local $/; <$in> }; eval $code }