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.
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 ")
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177