my($host, $port) = ( $ENV{"http_proxy"} =~ /^(\S+)\:(\d+)$/ ); #### if( $ENV{"http_proxy"} =~ /^(\S+)\:(\d+)$/ ) { ($host, $port) = ($1, $2); }