in reply to Re^7: To read files from two dir
in thread To read files from two dir
I was able to fix the issue to read from two directories. I added a variable for the second directory and used that throughout my code. That simplified the effort. I have another issue. Currently, I have this directory as
my $TOP_DIR = "$VTIERBASE/pvc/ohdr/instance-00
where the 00 in front of instance is derived from the hostname of the VM (zldcdabcdef14-vos-fxohr-correlator-00). digits after correlator- for example, the VMs may start from 00 to 99 I need to pass this value , /instance-xx dynamically How to do this?
Thanks,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^9: To read files from two dir
by hippo (Archbishop) on Apr 25, 2022 at 22:31 UTC | |
by pragovnj (Acolyte) on Apr 26, 2022 at 15:05 UTC | |
by hippo (Archbishop) on Apr 26, 2022 at 15:17 UTC | |
by pragovnj (Acolyte) on Apr 26, 2022 at 15:51 UTC | |
by hippo (Archbishop) on Apr 26, 2022 at 15:58 UTC | |
|