Help for this page

Select Code to Download


  1. or download this
    package Device;
    
    sub create_communication
    ...
    
    my $device        = Device->new( 'device', 'localhost', 8080 );
    my $communication = $device->create_communication();