"EINPROGRESS" is not exported by the Errno module at H:\devperl\sockets\perl_networking\ch13\HTTPFetch.pm line 12
####
use POSIX qw(:errno_h);
#use Errno 'EINPROGRESS';
####
$localpath .= "index.html" if $localpath =~ m!/$!;
$localpath =~ s/[\?\=\&]/-/g; # Rudif