>
> When I call:
>  Embperl::Object::Execute({ inputfile => $file,
>                                   output    => \$result,
>                                   options   =>
> 2|16|256|2048|8192|16384|1048576,
>                                   mtime     => -M $file,
>                                   param     => [EMAIL PROTECTED],
>                                   fdat      => \%fdat,
>                                   ffld      => [EMAIL PROTECTED],
>                                   debug     =>  0,
>                                   escmode   => 7,
>                                   object_handler_class => 'no',

please remove the object_handler_class line, otherwise Embperl::Object will
try to load a class named 'no', which does not exists and for this reason,
the inherence hierachie isn't correct.

Gerald

P.S. session_handler_class => 'no' is ok, the mtime parameter is optional,
as what you do is the default that Embperl does anyway.


--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to