Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: import_namesChapter 10
The CGI.pm Module
Next: Reference: keywords
 

isindex

 print $query->isindex([action])

Generates an <ISINDEX> tag.

action

The URL of the index script. Default is the current URL.

Using named parameters, the syntax is:

print $query->isindex(-action=>$action);


Previous: Reference: import_namesPerl in a NutshellNext: Reference: keywords
Reference: import_namesBook IndexReference: keywords