>> What name do you use for EPO? $obj, $subs or $req?
I mean do you use:
$obj = Execute({object => 'methods.epl'});
or
$obj = Execute({object => 'methods.epl'});
or
$obj = Execute({object => 'methods.epl'});
...
In the second question I tried to answer (sory for my _bad_ english ;-) if
it is stupid to do this:
$obj = Execute({object => 'methods.epl'});
$obj = $obj->new()
$req = shift;
$req->{property} = 'value';
I can use EPO (Embperl object) for storing global (request) variables, can
I? So $req is superfluous.
lzap
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]