Skip to content

Commit

Permalink
Remove obsolete Socke6 module instead Socket with IPv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Jul 8, 2021
1 parent 4ce08a8 commit 5dea4ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grep6.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/perl
# basic code by Eric Vyncke
use Socket;
use Socket6;
use Socket qw(AF_INET6 inet_pton);

$fd = STDIN;
$option = shift;
Expand Down

0 comments on commit 5dea4ce

Please sign in to comment.