mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
String::Trim trims whitespace off your strings. chomp trims only
|
|
$/ (typically, that's newline), but trim will trim all leading and
|
|
trailing whitespace.
|