Re: [PATCHES] Another small pl/perl patch

2005-10-24 Thread Andrew Dunstan
Greg Sabino Mullane wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, I personally almost always use indirect file handles rather than globals. But I don't know that using globals file handles (which is what I gather you are objecting to) is deprecated, is it? The perl docs are

Re: [PATCHES] Another small pl/perl patch

2005-10-24 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Well, I personally almost always use indirect file handles rather than > globals. But I don't know that using globals file handles (which is what > I gather you are objecting to) is deprecated, is it? The perl docs are > absolutely littered with ex

Re: [PATCHES] Another small pl/perl patch

2005-10-24 Thread Andrew Dunstan
Well, I personally almost always use indirect file handles rather than globals. But I don't know that using globals file handles (which is what I gather you are objecting to) is deprecated, is it? The perl docs are absolutely littered with examples. (I also use BSD style intentation consiste