Understood and yes Embperl::Object logic is very useful indeed.
Villu
Hi,
>
> Searched through the documentation and mailing lists but
> could not find the exact information.
> What are the most important differences between using normal
> perl module with:
>
> use Package::Module
>
> $obj = Package::Module->new();
>
> or using
>
> $obj = Execute({object =>
Hello,
Searched through the documentation and mailing lists but could not find the
exact information.
What are the most important differences between using normal perl module
with:
use Package::Module
$obj = Package::Module->new();
or using
$obj = Execute({object => 'package/module.pl', syntax