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

Perl in a Nutshell

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

import_names

 
$query

->import_names(
'
package
'
)

Creates variables in the specified package. Called import in older versions of CGI.pm.

package

The package to import names into.


Previous: Reference: image_button Perl in a Nutshell Next: Reference: isindex
Reference: image_button Book Index Reference: isindex