Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cgi variables 1

Status
Not open for further replies.

nsampson1

IS-IT--Management
Sep 8, 2000
26
GB
Does anyone know how to pass variables in the format {{variable}} from a perl cgi script to a cfm page?
 
The Biggest problem that we have here is that the context of a perl variable is totally different than CF. Like if you pass a scalar variable CF would be looking for a int or a string.
You might be able to work this out though,

Make a CGI page that handles your varible and does whatever.. Then pass that variable to a CF page and try to assign it to a variable using the <CFSET> tag.

I dont think its possible to do this on one single page because Perl reconizes its own extentions(CGI, PM) When CF only uses .cfm

hope this answers your question

ChiefJoseph
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top