8 lines
259 B
Text
8 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/
|