#!/bin/perl use strict; my $one = "Hello\r\n"; chomp($one); print ":$one:";