Thread Modul-Einbindung mit eval
(40 answers)
Opened by bianca at 2011-03-28 18:38 2011-03-28T15:30:50 bianca das kann jetzt nicht dein ernst sein... msg #145249 amnesie? Code (perl): (dl
)
1 2 3 4 BEGIN { eval "use Win32::UTCFileTime qw (:globally); 1;" or $zeitkorrektur_modul = 0; } 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |