Help for this page
if( $! == ECONNREFUSED() ) { ...connection was refused... ... } else { ...some other error... }
BEGIN { if( $^O =~ /Win32/i ) { ... or die $@; } }