Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [diversity] Inserting additional scripts within templates

Quote Reply
Re: [diversity] Inserting additional scripts within templates In reply to
Hi,

You could do:

run_script =>
sub { my $output = `/path/to/cgi/script.cgi`; return $output; }

and put <%run_script%> where you want to run it.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Inserting additional scripts within templates diversity 3844 Feb 19, 2002, 12:17 PM
Thread Re: [diversity] Inserting additional scripts within templates
Alex 3755 Feb 19, 2002, 12:21 PM
Thread Re: [Alex] Inserting additional scripts within templates
diversity 3764 Feb 19, 2002, 12:36 PM
Post Re: [diversity] Inserting additional scripts within templates
Alex 3745 Feb 19, 2002, 12:53 PM
Thread Re: [diversity] Inserting additional scripts within templates
brewt 3747 Feb 19, 2002, 12:56 PM
Thread Re: [brewt] Inserting additional scripts within templates
diversity 3734 Feb 19, 2002, 1:33 PM
Thread Re: [diversity] Inserting additional scripts within templates
Alex 3749 Feb 19, 2002, 1:50 PM
Post Re: [Alex] Inserting additional scripts within templates
diversity 3720 Feb 19, 2002, 1:54 PM