|
|
| "be consistent" | |
| PerlMonks |
Re: chop() and chomp()by davorg (Chancellor) |
| on Jan 02, 2002 at 15:39 UTC ( #135657=note: print w/ replies, xml ) | Need Help?? |
|
this could also be \r\n if on windows platform Did you try this? \n is a logical end of line character which is mapped to the correct physical value by Perl's IO library. If this wasn't true, then porting apps from Unix to Windows would be a lot harder than it currently is. --<http://www.dave.org.uk> "The first rule of Perl club is you do not talk about
Perl club."
In Section
Tutorials
|
|
||||||||||||||||||||