Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        # Added a conditional per merlyn's advice
    ...
    
    print "First column output:\n\n@a\n\n",
          "Second column output:\n\n@b\n\n"