Help for this page

Select Code to Download


  1. or download this
    my( $networkinfo ) = threads->create( 
        sub{ $remoteServer->getNetworkInfo() } 
    ...
    ## Now you're ready for the syslog
    my @syslog = $sysLog->join;