perl

Perl string quotation operators (q, qq, qr and qx)

Feb
04

In scripting programming languages such as perl, php and python use string quotation extensively. To include single or double quote inside the string quotation, you'll have escape the character with a backslash. Perl string quotation operators (q, qq and qx) let you avoid putting too many backslashes into quoted strings.

Posted By admin read more
Subscribe to RSS - perl