http://www.perlmonks.org?node_id=94371


in reply to Re: Question on style/technique
in thread Question on style/technique

Thanks for the replies everyone, Abigail hit on the mark what i am doing with my code. I often have instances where i just need to grab a bit of data from a file, or append a string, something that can quickly be done in a block and filehandle closed, and something that doesn't necessarily need to happen.. I just didn't know if this might be percieved as "bad coding" practice, since i've never seen it done like that in other's examples.
Once again, thanks...

-Syn