[ic] IC won't parse in Perl

Matthew T. Snyder interchange-users@icdevgroup.org
Fri Jun 7 20:19:01 2002


G Guttero wrote:
> I've got the following in the middle of a bunch of Perl on my
> check_orders
> page:
>
> Please <a href=\"[area login]\">click here</a> to log in.
>
> And the URL comes out as ".../[area login]" right in the address bar.  Is
> there any way to make IC parse that?
>
> - Grant

Grant,

	Try <a href="[area login]">click here</a> to log in.  [area] starts its URL
at http:, it just doesn't put in the <a href> for you.  Or you can
substitute

[page login] Click here [/page]to log in.

which will do it all.  :)

HTH,

Matt