WebGroove is no longer supported. These docs are reference only.
Groove Tag
Executes a chunk of Agent code stored in the specified variable or file.
The code is treated as if it appeared at the point where this tag is encountered. Any plain text/html will also be output as normal. To accomplish the same thing from within a Perl block, use the groove subroutine.
Examples <groovevar={item:description}> <groove {item:description}> <groove file=/path/filename> Syntax
This is a single tag and you must specify either the var or file attributes.