Hello,
I've a question: is it possible to pass a variable from perl script to HTML form.
I want this variable $ztable value to be send to this form.
<input name="dirname" size=15> its post method form.
Thank you in advance.
What is stopping you from something like
print "<input name=\"dirname\" size=15 value=\"$ztable\">"
(Assuming you've already replaced <, >, &, and " in $ztable with <, >, &, and ")
Reputation Points: 1135
Solved Threads: 172
Super Senior Demiposter
Offline 2,479 posts
since Jun 2005