in reply to Re^7: Split output by tabs
in thread Split output by tabs
Yes, there are multiple ways to get that statement to work. You could also use parentheses, do your logic beforehand and put it in a variable, or write the code in countless other ways.
But it still proves that in some cases even the compiler can't tell whether there is a filehandle (ok, ok, a variable containing a filehandle reference) or an ordinary variable at the start of a print statement.
This may be a single contrived example (though it is nothing unusual really), but the set of cases in which the statement will not be clear to the human eye is much larger.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Split output by tabs
by Anonymous Monk on Nov 13, 2012 at 15:33 UTC |