Thread Einbinden von Modulen mit use - Problem mit if
(1 answers)
Opened by Gast at 2006-06-20 13:27
use findet zur compile-zeit statt, unabhängig also von allen bedingungen.
das ist ein feature. wenn du zur laufzeit laden willst, musst du require statt use benutzen. siehe: perldoc -f use perldoc -f require Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: ![]() ![]() |