Thread Tiefe Hash Strukturen aus Config bilden: Und warum while(<FH>) gefährlich ist (62 answers)
Opened by bloonix at 2006-05-09 17:07

bloonix
 2006-05-14 01:41
#65841 #65841
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
use strict;
use warnings;
use Linux::Statistics;
$_ = 20;
my $obj = Linux::Statistics->new( ProcStats => 1 );
print "$_\n";


Use of uninitialized value in concatenation (.) or string at ./test.pl line 7.

das wurmt mich jetzt!\n\n

<!--EDIT|opi|1147556544-->
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 Tiefe Hash Strukturen aus Config bilden: Und warum while(<FH>) gefährlich ist