Index  Up  <<  >>  


timed_build

CALL INFORMATION

Parameters: file

Positional parameters in same order.

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [timed_build] FOO [/timed_build]. Nesting: NO

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->timed_build(
        {
         file => VALUE,
        },
        BODY
    )
  
 OR
 
    $Tag->timed_build($file, $ATTRHASH, $BODY);

 
DESCRIPTION

NO DESCRIPTION


Index  Up  <<  >>