Name

URL::Build — Build URL from tokens as parsed with Parse

Synopsis

Import URL;
string URL::Build ( map  tokens );

Parameters

map tokens

Return Value

string

url, empty string if invalid data is used to build the url.

See

  • RFC 2396 (updated by RFC 2732)

  • also perl-URI: URI(3)