»

LJ::make_link

LJ::make_link — Takes a group of key=value pairs to append to a url

Use

LJ::make_link(url, vars);

Arguments

  • url. A string with the URL to append to. The URL shouldn't have a question mark in it.

  • vars. A hashref of the key=value pairs to append with.

Source:

cgi-bin/ljlib.pl

Returns:

The finished url