http://qs321.pair.com?node_id=1102959


in reply to What is your favourite meta-syntactic variable name?

I actually have a collection of favorites depending on context. One of my perennial favorites is:

# hand wavium prior to this line my %een=(); # keep track of values we have already seen @rray = grep !$een{$_}++ sort @rray;
actually there are two in there. I frequently use @rray for a throw away array.

Others include $tring, $thing, $that (extra $this),$tatus and many more.


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; Blog: http://blog.berghold.net Warning: No political correctness allowed.