rockdoc
08-23-2005, 09:26 AM
Hello,
Is it possible to paste a line of numbers into a textarea (see example below) and when submitted, have the perl script treat each line as a separate value?
<form>
<textarea>
23
56
78.5
12
</textarea>
</form>
Any advice (and code for doing so) would be much appreciated.
Is it possible to paste a line of numbers into a textarea (see example below) and when submitted, have the perl script treat each line as a separate value?
<form>
<textarea>
23
56
78.5
12
</textarea>
</form>
Any advice (and code for doing so) would be much appreciated.