90: my $url = URI->new($a); 91: my $host = $url->host(); 92: my $port = $url->port(); 93: my $path = $url->path();