Help for this page
# Set the character which will be used to indicate the end of a line. # This defaults to the system's end of line character, but it doesn't ... last; } }
# Set the character which will be used to indicate the end of a line. local $/ = "\n"; ... last; } }