Thread Modul-Einbindung mit eval (40 answers)
Opened by bianca at 2011-03-28 18:38

pq
 2011-03-28 17:37
#147000 #147000
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2011-03-28T15:30:50 bianca
2011-03-28T15:27:28 pq
pack es in einen BEGIN-block.

Hab ich noch nie benutzt.
Danke Dir

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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Modul-Einbindung mit eval