Programming Languages
C#
Subjective
Mar 14, 2013
How many ways can we express string in Perl?
Detailed Explanation
Many. For example 'this is a string' can be expressed in:
"this is a string"
qq/this is a string like double-quoted string/
qq^this is a string like double-quoted string^
q/this is a string/
q&this is a string&
q(this is a string)
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts