Google News
logo
Perl - Interview Questions
What are Perl strings?
Strings are an essential part of Perl. They are scalars, so they start with $ sign. Strings can be placed inside single or double quote.
 
Two types of string operators are there :
 
* Concatenation (.)

* Repetition (x)
Advertisement