Книги автора: Fedora™ Unleashed, 2008 edition
/ Книги автора: Fedora™ Unleashed, 2008 edition
/ honorato bonafe
Книга: Fedora™ Unleashed, 2008 edition
Special String Constants
Special String Constants
Perl supports string constants that have special meaning or cannot be entered from the keyboard. Table 25.6 shows most of the constants supported by Perl.
TABLE 25.6 Perl Special String Constants
Expression | Meaning |
---|---|
|
The means of including a backslash |
a |
The alert or bell character |
b | Backspace |
c |
Control character (like holding the Ctrl key down and pressing the C character) |
e |
Escape |
f |
Formfeed |
n | Newline |
r |
Carriage return |
t |
Tab |
xNN |
Indicates that NN is a hexadecimal number |
NNN | Indicates that NNN is an octal (base 8) number |
Оглавление статьи/книги
Похожие страницы
- Constants
- String package
- Appendix A. Detailed explanations of special commands
- Using Double Quotes to Resolve Variables in Strings with Embedded Spaces
- Special Mail Delivery Agents
- Special Variables
- More on Strings
- Special Operators
- Strings
- Searches for a String in Input with grep
- Special Characters
- Using the Backtick to Replace a String with Output