Quote:
Originally Posted by FishMonger
Also, why are you not taking my advise about the proper/best way to open a filehandle?
|
I had that in there and hadn't changed it yet, that's all. I wanted to get it working then clean it up (remove all the <STDIN> 'breakpoints' so I knew where I was, etc.)
I'll change it right now.
One thing though- since
open my $license_fh was used to open the original license file, can I re-use it to open the new license file or should I use something like
open my $newlicense_fh
I'm just wondering what the rules are for that...
Thanks again for your help!