2.31 addlink
Adds a link.
Parameters:
$kiriwrite_presmodule->addlink(link, options);
Usage:
$kiriwrite_presmodule->addlink(“kiriwrite.cgi?mode=db”, { Text => “View the database list.” });
link
Specifies the location the link should go to when it is clicked on.
options
Specifies the following options as a hash in any order.
Value |
Description |
Target |
Specifies the target window for the link. |
Text |
Specifies the text to use. |