in reply to using multiple input files
I am attempting to write a script using two input files.
(Voice from above with echo) You have succeeded my son.
Would the below code to it for me
(Voice from above with echo) What are you trying to achieve? A little explanation about the desired functionality could be helpful.
More seriously: you don't do any error checking, what if one of the issued commands fails? You could put use strict; use warnings; in your script.
Update
You don't close the file handles.
And, hint:
Name "main::HDCLGET" used only once: possible typo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using multiple input files
by ddrew78 (Beadle) on Mar 31, 2009 at 15:53 UTC |