Have you tried modifying the Perl script to handle additional arguments being passed 
at the command prompt. I had a similar problem and fixed it by doing so.

On Wed, 27 Nov 2002 14:28:19 -0500, David Adams wrote:

> I am having a hard time calling a PERL script from a CFEXECUTE tag.  It
> seems to not accept more than one argument.
>  
> For example the following code with FAIL:
>  
> <cfexecute 
>             name="C:\perl\bin\perl.exe"
>             arguments="c:\scripts\run_myPERLapp.pl http://www.cnn.com";
>             timeout="10">
> </cfexecute>
>  
>  
> The following code will WORK but I cannot pass it a second or third
> argument:
>  
> <cfexecute 
>             name="C:\perl\bin\perl.exe"
>             arguments="c:\scripts\run_myPERLapp.pl"
>             timeout="10">
> </cfexecute>
>  
> Any ideas?
> Dave adams
> CFUG Ottawa
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to