Functions for Scalar Data chop $string; Takes a string and removes its last character. chomp $string; Like chomp, but only removes newline. print $string; Writes the contents of $string to STDOUT.