At 10:04 PM 08/05/2001 -1000, . wrote:
>What is the syntax of the href method in CGI.pm?  I can't find it in the man
>pages.  Is it something like this:
>
>href([URL],[Additional Attributes],[Link Text | Link Image]);

The HREF is an attribute of the anchor ("A") tag, ergo:

print a( {-href => 'http://www.foo.bar'}, 'Text to link' );

HTH..Aloha,
mel



--
mel matsuoka                    Hawaiian Image Productions
Chief Executive Alphageek              (vox)1.808.531.5474
[EMAIL PROTECTED]                  (fax)1.808.526.4040

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to