If you had "use warnings" in your code, then Perl would tell you that you have opened a filehandle (USF) for writing and are then trying to read from it.
"use strict" and "use warnings" allow Perl to help you find the problems in your code. It's crazy to try and write code without them.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In reply to Re: count lines, bottom to top
by davorg
in thread count lines, bottom to top
by Bennco99
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |