Tag Archives: remove newline
Perl – Changing the Input Line Separator and Using the “chomp” Function
In this blog I demonstrate how you can change the input line separator in Perl and use Perl’s “chomp” function. Note, the input line separator is operating system dependent; see the following prior blog of mine where I discuss this … Continue reading
Posted in Perl, Programming Languages, Technology
Tagged $/, $/ system variable, change the input line separator, chomp, chomp function, input line separator, input line separator system variable, input line separator variable, perl, perl input line separator system variable, perl input line separator variable, remove newline, remove newline character
Leave a comment