2.18. default
2.18.1. Summary
Parameters: name default
Positional parameters in same order.
The attribute hash reference is passed to the subroutine after the parameters as the last argument. This may mean that there are parameters not shown here.
Must pass named parameter interpolate=1 to cause interpolation.
Invalidates cache: YES
Called Routine:
ASP-like Perl call:
$Tag->default( { name => VALUE, default => VALUE, } ) OR $Tag->default($name, $default, $ATTRHASH);
2.18.2. Description
Returns the value of the user form variable variable if it is non-empty. Otherwise returns default, which is the string "default" if there is no default supplied. Got that? This tag is DEPRECATED anyway.