Help for this page
1 # IO::Socket.pm 2 # ... 16 use Exporter; 17 use Errno; 18
1 package Socket; 2 3 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); 4 $VERSION = "1.82";