Changeset 4378 for src/Pugs/Run
- Timestamp:
- 06/04/05 17:53:56 (3 years ago)
- svk:copy_cache_prev:
- 5943
- Files:
-
- 1 modified
-
src/Pugs/Run/Perl5.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run/Perl5.hs
r4181 r4378 58 58 str <- peekCString cstr 59 59 env <- askPerl5Env 60 val <- runEvalIO env $ opEval Nothing"<eval>" str60 val <- runEvalIO env $ opEval quiet "<eval>" str 61 61 mkVal val 62 where quiet = MkEvalStyle{evalResult=EvalResultLastValue 63 ,evalError=EvalErrorUndef} 62 64 63 65 pugs_apply :: PugsVal -> PugsVal -> Ptr PugsVal -> CInt -> IO PerlSV
