in reply to Perl counter in cgi-bin
Also, why is your counter iterating through each digit of $data and printing it with a \n newline after each digit? The browser isn't going to render newlines unless you use the <br> tag.
And why is $number wrapped in { ... } brackets within your final print statement?
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl counter in cgi-bin
by edeita2 (Novice) on Jun 05, 2004 at 20:00 UTC |