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
--
podforEmbperlHEAD1<
Should:
>TestpodforEmbperl<
-
I found that replacing "test/cmp/pod.asc.win32" with "test/cmp/pod.asc" solves the
problem ...
---
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]
die there -]
[-
Execute({
inputfile=>"some.epl",
output=>\$res,
});
print OUT $res;
-]
If there are no errors in title.epl than ther
#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
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