# # run this under mod_perl / Apache::Registry # use Embperl ; my($r) = @_; $Embperl::DebugDefault = 811005 ; eval "use Apache2::compat" ; $r -> status (200) ; $r -> send_http_header () ; print "
Here is some text inside of Execute
' ; Embperl::Execute ({input => \$tst1, mtime => 1, inputfile => 'Some text session test', }) ; print "\n" ;