[Perl-unix-users] gethostbyaddr

2001-01-15 Thread Jan
Dear people, I have a question about how gethostbyaddr does its resolving. Say, I have the following snippet of code: use Socket; use strict; my ($port, $iaddr) = sockaddr_in (getpeername ($this->{'socket'})); $this->{'host'} = gethostbyaddr ($iaddr,AF_INET) || inet_ntoa($iaddr); $this->{'host_

[Perl-unix-users] Perl 5.6.1-TRIAL2 release: ActivePerl build 624

2001-02-06 Thread Jan Dubois
hanges are bug fixes anyways. Please report bugs and incompatibilities between 5.6 and 5.6.1 to our bug database at: http://bugs.activestate.com/ActivePerl We'll either resolve or forward any issues as appropriate. Jan Dubois & the ActivePerl team __

[Perl-unix-users] RE: perlapp 5.2.0 Build 520 problem on Linux

2004-09-21 Thread Jan Dubois
. Cheers, -Jan PS: I would recommend posting PDK problems to the PDK mailing list, so that they will at least be picked up by us and added to the bug database if they can't be resolved right away. From: Scott Campbell [mailto:[EMAIL PROTECTED]

[Perl-unix-users] Problems with lc and uc using utf-8

2005-03-11 Thread Jan Romportl
Hello everyone, could anybody give me a hint how to solve the following problem? When I try this: #!/usr/bin/perl use locale; $aaa = ""; # specific lowercase central European character (e.g. with special punctuation) $bbb = uc($aaa); print "$aaa\n$bbb\n"; the uc function doesn't convert an

Re: [Perl-unix-users] using DBD::WMI with Unix?

2008-01-23 Thread Jan Dubois
On Wed, 23 Jan 2008, Michael Renner wrote: > I am familiar with munin, a monitoring application written in perl. > > For an own plugin/extension, I want to monitor windows PC using the WMI > protocol. But the installation for DBD::WMI (using cpan) fails: DBD::WMI will only work on Wi

[Perl-unix-users] Authen::Krb5

2011-08-24 Thread Jan Schulze
int "default credentials cache: ".$credcache->get_name()."\n"; print "kdc servers: ".Authen::Krb5::get_krbhst(Authen::Krb5::get_default_realm())."\n\n"; if (Authen::Krb5::get_in_tkt_with_password($userp, $servicep,