Perl/Strings
From Wsms
A string in perl is a scalar; the variable name starts with a $ character.
[edit]
chomp
The chomp function removes the final \n from a string.
A string in perl is a scalar; the variable name starts with a $ character.
The chomp function removes the final \n from a string.