1 # Copyright 2004-2007 Interchange Development Group and others
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version. See the LICENSE file for details.
8 # $Id: vars_and_comments.filter,v 1.5 2007-03-30 23:40:45 pajamian Exp $
10 CodeDef vars_and_comments Filter
11 CodeDef vars_and_comments Description Vars/comments
12 CodeDef vars_and_comments Visibility private
13 CodeDef vars_and_comments Routine <<EOR
16 my $bodyref = ref($body) ? $body : \$body;
18 Vend::Interpolate::vars_and_comments($bodyref);
20 return ref($body) ? $body: $$bodyref;