On Wed, Oct 12, 2011 at 02:45:08PM -0500, Izz Abdullah wrote: > $$query = "fulltext:$$query"; #I have also tried $$query = "fulltext:" . > $$query;
I don't think this does what you think it does. Try writing a trivial perl program. use strict; use warnings; my $query = "search term"; print $$query; -kevin
pgpulkmwDuv0E.pgp
Description: PGP signature
-------- RT Training Sessions (http://bestpractical.com/services/training.html) * San Francisco, CA, USA October 18 & 19, 2011 * Washington DC, USA October 31 & November 1, 2011 * Barcelona, Spain November 28 & 29, 2011
