![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Is there a variable in which Perl stores the native file delimiter for the platform on which your script is running?by Corion (Patriarch) |
on Dec 23, 2005 at 00:13 UTC ( [id://518666]=note: print w/replies, xml ) | Need Help?? |
perldoc perlvar tells us that $/ contains whatever is used to mark the end of line. And chomp removes it from the end of a string.
In Section
Seekers of Perl Wisdom
|
|