Index  Up  <<  >>  


process

CALL INFORMATION
Aliases for tag

process_target

Parameters: target secure

ONLY THE PARAMETERS ARE POSITIONAL.

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: no

Called Routine:

ASP/perl tag calls:

    $Tag->process(
        {
         target => VALUE,
         secure => VALUE,
        }
    )
  
 OR
 
    $Tag->process($target, $secure, $ATTRHASH);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>