Thread Modul als Framework (12 answers)
Opened by bloonix at 2006-10-06 23:27

bloonix
 2006-10-08 21:05
#70633 #70633
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Hallo,

ich probiere das gerade mal ein wenig aus...

Code: (dl )
1
2
3
package linux;
print "ok\n";
1;


Ein
Code: (dl )
require linux;


klappt wunderbar, wenn ich aber über eine Varible versuche...

Code: (dl )
1
2
my $OS = $^O;
require $OS;


erhalte ich die Meldung

linux did not return a true value at ./test.pl line 8.

Was mache ich hier falsch?
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread Modul als Framework