- or download this
#
# TEST RUN #
#
# perl test2.pl | perl test2.pl
## PRINTS NOTHING !!!
- or download this
# perl test2.pl | perl -d test2.pl
...
+----+-----------------+-------+
| | Total | 57.9 |
'----+-----------------+-------'
- or download this
## test2.pl
#
...
print STDOUT $t ."\n";
}