Re: use and Execute differences

2007-10-10 Thread Villu Roogna
Understood and yes Embperl::Object logic is very useful indeed. Villu

RE: use and Execute differences

2007-10-10 Thread Gerald Richter - ECOS GmbH
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 =>

use and Execute differences

2007-10-10 Thread Villu Roogna
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