I'm a bit unclear on how the Perl script is being fired. Either it's exposed to the web, or it's being run as an OS script (via a scripting host, for example). Use CFHttp to call it via web, or CFExecute if it's something like a batch file.
--- Billy Cravens Web and Software Consulting www.Architechx.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of FlashGuy Sent: Wednesday, July 31, 2002 1:24 PM To: FlashMX Subject: OT Hello, Is there a way to pass a variable to a perl script using CF? I need to pass the username which I dump into a variable when the user logs in via NT authentication to my perl script. This script is being run via a web interface which executes a .bat file on the server. I the batch file I change directories and execute my perl script. ------------------------------------------------------------------------ - This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
