|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
Perl >> Snippet
|
remove newline character from end of string
chomp
$c
;
# removes newline character from end of string (anywhere in the string)
|
|
|
|