1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
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

8 lines
259 B
Plaintext

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/