start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: accept Chapter 10
The CGI.pm Module
Next: Reference: auth_type
 

append

 
$query

->append(-name=>'

name'
,
-values=>'

value

'
)

Appends a value or list of values to the named parameter.

-name=>' name '

The parameter to be appended.

-values=>' value '

The value to append. Multiple values can be specified as a reference to an anonymous array.


Previous: Reference: accept Perl in a Nutshell Next: Reference: auth_type
Reference: accept Book Index Reference: auth_type