Index  Up  <<  >>  


cgi

CALL INFORMATION
Parameters: name

Positional parameters in same order.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->cgi(
        {
         name => VALUE,
        }
    )
  
 OR
 
    $Tag->cgi($name);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>