in reply to
How to count the number of columns in a line
for (4..@match_A) {
the hardest line to type correctly is: stty erase ^H
Comment on
Re: How to count the number of columns in a line
Download
Code
Replies are listed 'Best First'.
Re^2: How to count the number of columns in a line
by
bangers
(Pilgrim)
on Aug 31, 2006 at 16:13 UTC
bit picky, but shouldn't that be
for (4..$#match_A) {
[download]
?
[reply]
[d/l]
In Section
Seekers of Perl Wisdom