Help for this page
perl -MData::Dumper -e ' $key = "test text\r\n"; chomp $key; print Dumper $key; '
$VAR1 = 'test text ';
$VAR1 = 'test text';