Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::IP -register;
    
    ...
    ) or die "Cannot create socket - $@\n";
    
    print "Created a socket of type " . ref($sock) . "\n";
    
  2. or download this
    VinsWorldcom@C:\Users\VinsWorldcom\tmp> test.pl
    AutoLoader.pm
    ...
    warnings.pm
    warnings/register.pm
    Created a socket of type IO::Socket::IP