D
dcruncher4
Aren't file handles global in scope?
So is there a way I can restrict the scope of a file handle to a
subroutine using my,
or any other suggested way. I am concerned about accidentally using the
same
file handle in different subroutines in a file and clobbering each
other.
TIA.
So is there a way I can restrict the scope of a file handle to a
subroutine using my,
or any other suggested way. I am concerned about accidentally using the
same
file handle in different subroutines in a file and clobbering each
other.
TIA.