Whimsical Question



Perlers,

I just got a copy of Intermediate Perl (the updated version of Learning
Perl Objects, References, and Modules, aka Alpaca) and started reading.
I've been coding Perl for about 18 months now and every time I see '$_'
I immediately understand its use in the context of the code, but I don't
know its name. I realized this after reading over example code in the
Alpaca and it got me to wondering: _Is_ there a name for '$_' ? For
example, when I see '#!', I read 'shebang' and it rolls off the tongue,
but 'dollar underscore' is clumsy. Does anyone know if a name exists?
If not, do any of you have pet name for it?

I know this is a whimsical (and possibly esoteric) question but I
figured it might generate some fun threads.

ry
.



Relevant Pages

  • [perl-python] 20050121 file reading & writing
    ... # reading the one line ... # proper in large programs. ... # or in Python terminal, ... # in perl, similar functionality exists. ...
    (comp.lang.perl.misc)
  • [perl-python] 20050121 file reading & writing
    ... # reading the one line ... # proper in large programs. ... # or in Python terminal, ... # in perl, similar functionality exists. ...
    (comp.lang.python)
  • Re: Perl 5.8.0
    ... I don't know about the others, but my mind reading skills are minimal and ... Cannot find the core of Perl library. ... Everything else lives in the \perl tree. ... are in PATH or LIBPATH. ...
    (comp.os.os2.programmer.tools)
  • opening a file for reading
    ... I am trying to open a file for reading but it does not work. ... # Array containing lines from the interface file ... binmode; # Grab binary data ... folder as the perl script. ...
    (perl.beginners)
  • Re: rename userid in passwd, shadow, group
    ... > SUBSTITUTE that $field in the passwd, shadow and group file. ... If so, Perl would have told ... > if ($ARGV eq "passwd"){ ... it will try reading from standard ...
    (comp.lang.perl.misc)