ASP4

 view release on metacpan or  search on metacpan

t/htdocs/everything/step01.asp  view on Meta::CPAN

<%@ Page UseMasterPage="/everything/master.asp" %>

<asp:Content PlaceHolderID="heading">This is the heading!</asp:Content>

<asp:Content PlaceHolderID="content">
  This is the content!
<%
  $Response->SetCookie(
    name  => "mycookie111",
    value => "woot!",
    expires => "30M",
  );
  $Response->SetCookie(
    name  => "mycookie222",
    value => "woot!",
    expires => "30M",
  );
%>
</asp:Content>



( run in 0.917 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )