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]);

I'm asking because the other way that I know about, isn't working in the
following code segment:

 print <<End_link2;

 <a href="shopping_cart?action="checkout"&session=$session&email=$email$">
Check Out</a><br>

 End_link2

The error I get is that it can't match End_link2 anywhere before EOF.

I'll try playing with href() while I wait for a reply, but if anybody knows
how it works or can suggest something better, please let me know.



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

Reply via email to