- ...1.1
- I'll be using a fixed width font for HTML
or perl code to be typed into a text editor and also for commands
and their responses in a terminal.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... Operators3.1
- from Programming Perl Third Edition, Larry Wall, Tom Christiansen
& Jon Orwant, O'Reilly, 2000
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... art7.1
- Here is the definition found with gdict: ASCII art n. The fine art
of drawing diagrams using the ASCII character set (mainly `|', `-',
`/', `', and `+'). Also known as `character graphics' or `ASCII graphics';
see also boxology.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...character.7.2
- The character that follows a ``\'' might be special.
One we have been using is ``\n'' which, inside
double quotes, tells perl to move to the next line on the page or
on the screen. In order to be able to print a ``\''
without worrying if the next character is an ``n'' perl uses ``\\''
inside the double quotes. See http://www.bobbemer.com/ESCAPE0.HTM
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.