%
use DemoASP;
$demo = &DemoASP::new($Request);
%>
<%=$demo->{title}%>
{bgcolor}%>>
<%
# $Application->Lock();
$Application->{count}+=3;
# $Application->UnLock();
%>
We just incremented the $Application->{count} variable by 3.
Here is the value of the $Application->{count} variable...
<%=$Application->{count}%>
">
view this file's source