- or download this
#!/opt/perl/bin/perl
use strict;
...
my $serial = $client->serial();
print "Client $serial just disconnected\n";
}
- or download this
#!/usr/bin/perl
use strict;
...
$client->close();
}
print "Done.\n";
- or download this
#!/usr/bin/perl
use strict;
...
$client->close();
}