diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-14 10:54:32 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-02-25 14:57:50 -0700 |
commit | 537124e4032962cd7c5f3bd4f0ee7995cd79e8ec (patch) | |
tree | e37330ba1f315956dc962f0c1f3217c6327c81d9 /lib/unicore | |
parent | 2550367793db9f9f86124a38dc944f949b315d84 (diff) | |
download | perl-537124e4032962cd7c5f3bd4f0ee7995cd79e8ec.tar.gz |
Add, fix comments
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index c364c838cc..808760d002 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -2042,10 +2042,10 @@ package Input_file; # basically be a while(next_line()) {...} loop. # # You can also set up handlers to -# 1) call before the first line is read for pre processing +# 1) call before the first line is read, for pre processing # 2) call to adjust each line of the input before the main handler gets them # 3) call upon EOF before the main handler exits its loop -# 4) call at the end for post processing +# 4) call at the end, for post processing # # $_ is used to store the input line, and is to be filtered by the # each_line_handler()s. So, if the format of the line is not in the desired |