freebsd-ports/textproc/p5-Text-Chomp/pkg-descr
Emanuel Haupt 3ad30f435e Adding p5-Text-Chomp, a module implementing a portable chomp.
PR:		87132
Submitted by:	Jason Burgess <dev@fenux.net>
Approved by:	novel (mentor)
2005-10-09 13:00:35 +00:00

7 lines
259 B
Text

This module implements a single function, tchomp, which will remove all known
line separators.
The regular chomp() works only on the value in $/, which can be difficult if
working in multi-platform environments.
WWW: http://search.cpan.org/dist/Text-Chomp/