Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am writing a code in VBA which needs to call a perl script(.pl file) and that perl script must read a few parameters value which will be entered by user into the excel file. Those parameters are both numbers and Strings.
How do I do that?
Thanks

What I have tried:

I don't know much about the perl language.
Posted
Updated 9-May-16 6:22am

1 solution

 
Share this answer
 
Comments
Member 12508867 9-May-16 12:34pm    
I don't want to execute the '.pl file' from VBA. I just want to enter a few arguments\parameters value into the perl script, so that this perl script can be executed separately from any perl software with those values as arguments\parameters.
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900