Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: What is your favourite meta-syntactic variable name?

by blue_cowdawg (Monsignor)
on Oct 06, 2014 at 13:19 UTC ( [id://1102959]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1102959]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found