|
perl cgi 'clickable' link
i am wondering if anyone knows how to make a "clickable" link that issues a perl command. something to the effect of...
print "<a href='perl command...'>command</a>";
i am trying to have clickable links to print values in perl.
thanks!
|