label - permalink

All > Technology > Programming > PerlAlso listed in

laziness - permalink

All > Technology > Programming > Perl
  • The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don't have to answer so many questions about it. Hence, the first great virtue of a programmer. Also hence, this book. See also "impatience" and "hubris".
    Perl - Cite This Source - This Definition
  • Browse Related Terms:   hubris,   impatience,   syntactic sugar

leftmost longest - permalink

All > Technology > Programming > Perl

left shift - permalink

All > Technology > Programming > Perl

lexeme - permalink

All > Technology > Programming > Perl

lexer - permalink

All > Technology > Programming > Perl

lexical analysis - permalink

All > Technology > Programming > Perl

lexical scoping - permalink

All > Technology > Programming > Perl

lexical variable - permalink

All > Technology > Programming > Perl

library - permalink

All > Technology > Programming > PerlAlso listed in

LIFO - permalink

All > Technology > Programming > PerlAlso listed in

Line - permalink

All > Technology > Programming > PerlAlso listed in

line buffering - permalink

All > Technology > Programming > Perl

line number - permalink

All > Technology > Programming > Perl
  • The number of lines read previous to this one, plus 1. Perl keeps a separate line number for each source or input file it opens. The current source file's line number is represented by __LINE__. The current input line number (for the file that was most recently read via <FH>) is represented by the $. ($INPUT_LINE_NUMBER) variable. Many error messages report both values, if available.
    Perl - Cite This Source - This Definition
  • Browse Related Terms:   errno,   Error,   exception,   exception handling,   fatal error,   standard error,   STDERR,   warning

Link - permalink

All > Technology > Programming > PerlAlso listed in

list - permalink

All > Technology > Programming > PerlAlso listed in

list context - permalink

All > Technology > Programming > Perl

list operator - permalink

All > Technology > Programming > Perl

list value - permalink

All > Technology > Programming > Perl

Literal - permalink

All > Technology > Programming > PerlAlso listed in
Pages: 1 2