From professional translators, enterprises, web pages and freely available translation repositories.
net
net
Last Update: 2018-02-13
Usage Frequency: 40
Quality:
außerdem ist es möglich, meßwertgeber an ein datennetzwerk auf p-net-basis zur zentralen steuerung anzuschließen.
moreover, it is possible to connect the sensor to a data network on p-net basis to the central control system.
#!/usr/bin/perl use strict ; use warnings ; use net :: ping ; my $p = net :: ping -> new (); print "127.0.0.1 is alive.\n" if $p -> ping ( '127.0.0.1' ); $p -> close ();
open ( my $h , '-' , 'ping -c 1 127.0.0.1' ) or die ( $ !); while ( ) { print "ping: $_" ; } close ( $h ) or die ( $ !);