This hidden field will stick:
print hidden( -name => 'address',
-value => 'george@yahoo.com'); |
This hidden field will always take on the specified value:
print hidden( -name => 'address',
-value => 'george@yahoo.com',
-override => 1); |
|
| Contents | Next |