On Mon, 31 Jul 2006 15:26:58 -0700
Grant <emailgrant at gmail.com> wrote:
> How can I set a $Scratch->{variable} to not persist onto the next page
> like [tmp] and [tmpn] when it's written in Perl inside [calc], [perl],
> or a UserTag?
Oi Grant,
$Tag->tmp('NAME', 'VALUE');
-doc