| Sign In/My Account | View Cart |
| Article: |
The Power of mdfind | |
| Subject: | perl script in Appendix B ("longsongs") | |
| Date: | 2006-01-14 16:09:18 | |
| From: | andy-lester | |
|
Response to: perl script in Appendix B ("longsongs")
|
||
|
qq() is an alternate way of quoting strings in Perl. It acts like qq(string) is the same as "string", but is useful if the string you're quoting has quote characters in it, like ours does.
|
||
Showing messages 1 through 1 of 1.