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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.112 push Chapter 3
Functions
Next: 3.2.114 quotemeta
 

3.2.113 q/STRING/

q/

STRING

/ qq/

STRING

/ qx/

STRING

/ qw/

STRING

/

Generalized quotes. See Chapter 2 .


Previous: 3.2.112 push Programming Perl Next: 3.2.114 quotemeta
3.2.112 push Book Index 3.2.114 quotemeta