Error messages and catching output

2004-07-20 Thread Filin
pl", output=>\$out}) $req=shift; die if $req->Error(); -] And then, ALL errors WILL be shown. But what if I don't want to see possible errors from the some.epl? (Embperl 1.3.6) --- Filin --

Test fails for Embperl-2.0b11 under XP

2004-07-13 Thread Filin
podforEmbperlHEAD1< Should: >TestpodforEmbperl< - I found that replacing "test/cmp/pod.asc.win32" with "test/cmp/pod.asc" solves the problem ... --- Filin -

Re[2]: Trouble with catching output of prcodures

2004-07-13 Thread Filin
this problem has not descision, or just we have not such problem in 2.x? Thank you, again. --- Filin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: Trouble with catching output of prcodures

2004-07-09 Thread Filin
die there -] [- Execute({ inputfile=>"some.epl", output=>\$res, }); print OUT $res; -] If there are no errors in title.epl than ther

Re[2]: Trouble with catching output of prcodures

2004-07-07 Thread Filin
#x27;ll discover that there are lost error messages in the $res. Why it is so, if we didn't try to catch output of "Execute('title.epl')"? I dont understand what's happening. :( Could some kind person explain it for me? Thanks. --- Filin

Trouble with catching output of prcodures

2004-07-05 Thread Filin
I have a trouble with using of output of embperl procedures. E.g. there is following declaration in some file: [$ sub somesub $]Some text[$ endsub $] If I want to catch output of somesub, I can: Execute({inputfile=>"file", import=>0}); Execute({inputfile=>"file", sub=>'somesub', o