readable - permalink

All > Technology > Programming > Perl

reaping - permalink

All > Technology > Programming > Perl

Record - permalink

All > Technology > Programming > PerlAlso listed in

recursion - permalink

All > Technology > Programming > Perl
  • The art of defining something (at least partly) in terms of itself, which is a naughty no-no in dictionaries but often works out okay in computer programs if you're careful not to recurse forever, which is like an infinite loop with more spectacular failure modes.
    Perl - Cite This Source - This Definition
  • Browse Related Terms:   iteration,   iterator,   Pern
Also listed in

Reference - permalink

All > Technology > Programming > PerlAlso listed in

referent - permalink

All > Technology > Programming > Perl

regex - permalink

All > Technology > Programming > Perl

regular expression - permalink

All > Technology > Programming > Perl
  • A single entity with various interpretations, like an elephant. To a computer scientist, it's a grammar for a little language in which some strings are legal and others aren't. To normal people, it's a pattern you can use to find what you're looking for when it varies from case to case. Perl's regular expressions are far from regular in the theoretical sense, but in regular use they work quite well. Here's a regular expression: /Oh s.*t./. This will match strings like "Oh say can you see by the dawn's early light" and "Oh sit!". See perlre.
    Perl - Cite This Source - This Definition
  • Browse Related Terms:   alternatives,   atomic operation,   character class,   cluster,   code subpattern,   metacharacter,   quantifier,   regex,   subpattern

regular expression modifier - permalink

All > Technology > Programming > Perl

regular file - permalink

All > Technology > Programming > Perl

relational operator - permalink

All > Technology > Programming > Perl

reserved words - permalink

All > Technology > Programming > Perl

return value - permalink

All > Technology > Programming > PerlAlso listed in

RFC - permalink

All > Technology > Programming > PerlAlso listed in

right shift - permalink

All > Technology > Programming > Perl

Root - permalink

All > Technology > Programming > PerlAlso listed in

RTFM - permalink

All > Technology > Programming > PerlAlso listed in

run phase - permalink

All > Technology > Programming > Perl

run time - permalink

All > Technology > Programming > Perl

run-time pattern - permalink

All > Technology > Programming > Perl
Pages: 1 2