Thread includes: globale settings include (18 answers)
Opened by Snubnose at 2005-09-09 12:47

pq
 2005-09-09 14:50
#57787 #57787
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=renee,09.09.2005, 11:10]
Code: (dl )
1
2
3
require Exporter;

our @ISA = qw(Exporter);
[/quote]
gibt es eigentlich einen grund, wieso noch so viele leute nicht use base qw(Exporter); schreiben?
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 includes: globale settings include