a. print "<INPUT TYPE=hidden NAME=H_book VALUE=$title>\n" ;
In this option, the $title variable is not enclosed in quotes, which means it will be treated as a variable and its value will be assigned to the hidden field.
b. print "<INPUT TYPE=hidden NAME=H_book
Show more…