Perl/Strings

From Wsms

Jump to: navigation, search

A string in perl is a scalar; the variable name starts with a $ character.

chomp

The chomp function removes the final \n from a string.

Personal tools