Thread windows attrib mit perl? (40 answers)
Opened by bianca at 2009-10-10 12:31

pq
 2009-10-10 13:31
#126820 #126820
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
in der doku von perldoc -f use steht ganz am anfang:
Code: (dl )
1
2
3
4
5
6
7
Imports some semantics into the current package from the named module,
generally by aliasing certain subroutine or variable names into your
package. It is exactly equivalent to

BEGIN { require Module; Module->import( LIST ); }

except that Module must be a bareword.


Modulename->import(...)
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 windows attrib mit perl?