Hello,
 
I am using ActivePerl 522 on NT 4.
I try the following code
 
    use Net::Ping;
    $p = Net::Ping->new("tcp", 2);
    $x= $p->ping("CSBEEISSD03", 2);
    $p->close();
 
I get the following error:
    The Unsupported function alarm function is unimplemented at
C:/Perl/lib/Net/Ping.pm line 309, <> chunk 5.
 
When I try the following command:
    perl -e "alarm 5;"
I have:
    P:\Files\Perl\Pwd>perl -e "alarm 5;"
    The Unsupported function alarm function is unimplemented at -e line 1.
 
I look at ActivePerl 620, but I get the same error.
 
Is there anyone that gets the same problem.
Any idea will be apreciated.
 
Thanks in advance
 
F.Pochet
 
Fr�d�ric Pochet 

GDB Distribu�es

Cockerill Sambre/Usinor

* + 32-4-236 20 71

* + 32-4-236 21 00

* frederic.pochet @cockerill-sambre.com
<mailto:[EMAIL PROTECTED]> 

 
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to