start page | rating of books | rating of authors | reviews | copyrights

Programming Perl

Programming PerlSearch this book
Previous: 3.2.113 q/STRING/ Chapter 3
Functions
Next: 3.2.115 rand
 

3.2.114 quotemeta

quotemeta 

EXPR

This function returns the value of EXPR (or $_ if not specified) with all non-alphanumeric characters backslashed. This is the internal function implementing the \Q escape in interpolative contexts (including double-quoted strings, backticks, and patterns).


Previous: 3.2.113 q/STRING/ Programming Perl Next: 3.2.115 rand
3.2.113 q/STRING/ Book Index 3.2.115 rand