View Single Post
Old 12-06-2011, 03:43 PM   PM User | #26
joeDetroit
New Coder

 
Join Date: Nov 2011
Location: Detroit
Posts: 19
Thanks: 2
Thanked 0 Times in 0 Posts
joeDetroit is an unknown quantity at this point
Quote:
Originally Posted by FishMonger View Post
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!

Last edited by joeDetroit; 12-06-2011 at 03:50 PM..
joeDetroit is offline   Reply With Quote