Hi Eric,
Thanks for the tip. The script I have would take hashA find those that are in hashB, let me write it in pseudocodes
which means I only want those that match from hashA and those that don't match from hashB, so some of hashA will not be in the printout. Can it be done by a method similiar to your suggestion?if key{hashA} eq key{hashB} { print FH value{hashA} } if not found then { print FH value{hashB} }
Thanks.
Desmond
In reply to Re^2: Can I make a sub for this?
by sandrider
in thread Can I make a sub for this?
by sandrider
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |