- or download this
# Taken from The Camel, 3rd ed.
while (<>) {
...
}
# now proces $_
}
- or download this
# file_1 (this line doesn't belong to the file's content)
Line one\
Line two
- or download this
# file_2 (this line doesn't belong to the file's content)
Line three
...
# file_3 (this line doesn't belong to the file's content)
Line five
Line six
- or download this
# My code
while (<>) {
...
}
# now process $_
}