Perl практика
Функция chomp.
@stuff = ("hello\n", "world\n", "happy days") chomp(@stuff);
Содержание раздела