Thread speed-up trotz module: ... (17 answers)
Opened by esskar at 2003-11-10 01:35

kabel
 2003-11-10 19:15
#48396 #48396
User since
2003-08-04
704 Artikel
BenutzerIn
[default_avatar]
[quote=pq,10.11.2003, 15:06][quote=kabel,10.11.2003, 07:32]shot 1: [s]use ist ja ein BEGIN { require; import; } ...[/s] leider daneben ... siehe perldoc -f use[/quote]
hm? wieso daneben? (ja, ich habe perldoc -f use gelesen)[/quote]
Quote
If no "import" method can be found then the call is skipped.


heisst für mich: wenns kein import gibt, dann gibts halt keines. andererseits:

Quote
The module can implement its "import" method any way it likes, though most modules just choose to derive their "import" method via inheritance[...]


es könnte also die suche in der klassenhierarchie gespart werden, was die compilezeit verringert.

in der tat, nicht ganz daneben
-- stefan

View full thread speed-up trotz module: ...