Help for this page

Select Code to Download


  1. or download this
    # Taken from The Camel, 3rd ed.
    while (<>) {
    ...
      }
      # now proces $_      
    }
    
  2. or download this
    # file_1 (this line doesn't belong to the file's content)
    Line one\
    Line two
    
  3. 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
    
  4. or download this
    # My code
    while (<>) {
    ...
      }
      # now process $_
    }