blob: 60a58a5832138cd006553d653354231c58d73da5 (
plain)
1
2
3
4
5
6
7
|
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: https://metacpan.org/release/SMPETERS/Text-Chomp-0.02
|