[Gllug] More Microsoft patents

rich at annexia.org rich at annexia.org
Wed Feb 12 15:11:25 UTC 2003


On Wed, Feb 12, 2003 at 03:01:49PM +0000, Doug Winter wrote:
> Yes.  This doesn't avoid the implied variable business though.  $_ and
> @_ and friends.

In real world Perl programs, $_ is only used for short distances between
adjacent statements. If you're using it across pages of code, then your
code is (probably intentionally) obscure, and it almost certainly won't
work either because of the side-effects of calling library functions.

And any Perl program beyond the smallest command-line hack should 'use
strict' and '-wT'.

Rich.

-- 
Richard Jones, Red Hat Inc. (London, UK) http://www.redhat.com/software/ccm
http://www.annexia.org/ Freshmeat projects: http://freshmeat.net/users/rwmj
C2LIB is a library of basic Perl/STL-like types for C. Vectors, hashes,
trees, string funcs, pool allocator: http://www.annexia.org/freeware/c2lib/

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list