in reply to Re: assign variable and shift array
in thread assign variable and shift array
I'm not sure how to proceed but:
I guess it will work something like this:
my $file = $fileArray[$i];.
So, what will be the best way to update that array once I assign each value? I would think this has to be done inside that loop.
Thanks very much for your assistance.