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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: q/string/ Chapter 5
Function Reference
Next: Reference: rand
 

quotemeta

quotemeta 
expr

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: Reference: q/string/ Perl in a Nutshell Next: Reference: rand
Reference: q/string/ Book Index Reference: rand

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.