package WebGUI::Macro::MacroEnd; use strict; use warnings; sub process { my $session = shift; return "Nest();"; } 1;