Thread Fehler beim Aufruf der log() Funktion (8 answers)
Opened by Gast at 2007-07-13 10:58

majestic
 2007-07-13 13:45
#78440 #78440
User since
2007-07-13
4 Artikel
BenutzerIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
my $ip = new Net::IP('192.168.0/24');
my $ip2 = new Net::IP($ip->last_ip())->intip();
print $ip2."\n";
print $ip->intip()."\n";
print $ip2 - $ip->intip()."\n";


ergibt:
Code: (dl )
1
2
3
3232235775
3232235520
255


scheint also alles zu stimmen...

View full thread Fehler beim Aufruf der log() Funktion