Quote:
Originally Posted by TechQandA
Hi,
I need to have a Perl script run a query command using ten different input variables that exist in a separate text file and save the output of each query into the same (new) external text file.
Questions:
1. What are the proper Perl terminologies that define my objectives (ie: subroutines, etc.)?
2. Can you direct me to any links that will give me examples / test scripts?
Thanks in advance for your time and assistance.
-TechQA
First, we don't provide test scripts and I don't have any resources for any. This is a learning forum and we will help you when you get stuck.
My first suggestion is that you get a Perl book, like "Learning Perl" and read it and learn Perl. Also, you can reference the
perldoc resource as much of the documentation on Perl itself is there at your disposal.
Why don't you try and write something. Then, when you get stuck, post your code here (in code tags) for us to see and point you in the right direction.
Regards,
Jeff