2.31 addlink

The addlink subroutine adds a link.

Parameters:

$xestiascan_presmodule->addlink(link, options);


Usage:

$xestiascan_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.

Setting Description
Target Specifies the target window for the link.
Text Specifies the text to use.