Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [jigme] Adding SSI call tag: Edit Log

Here is the list of edits for this post
Re: [jigme] Adding SSI call tag
Try using:

my $out = qx|/full/path/to/script.cgi|;
return \$out;

instead of:

return qx|/full/path/to/script.cgi|;

....I don't guarantee it works though as I may have diagnosed the wrong problem Wink

Last edited by:

Paul: Aug 31, 2002, 3:14 PM

Edit Log: