[ic] Embedding Perl Problem

Dallas Vogels dvogels@forestind.com
Mon, 4 Dec 2000 16:26:58 -0800


Hello,

	I have a problem with the following code:

	------------------------------------------
	[perl]
		$Config->{PriceField} = 'can_price';
	[perl]
	------------------------------------------

	The code sits in a HTML page however the text 'can_price' (with out the
single quotes) is output on the HTML page.  How do I stop this from
happening?

Thanks,

	Dallas Vogels