Apache-PSP
view release on metacpan or search on metacpan
lib/Template/PSP/Tags.psp view on Meta::CPAN
open(CACHE, $file);
local $/ = undef;
print <CACHE>;
close(CACHE);
});
</perl>
</tag>
<tag name="cookie" global="1" accepts="name,value,expires,path">
<perl>
SetCookie($name, $value, $expires, $path);
</perl>
</tag>
<tag name="ldap" global="1" body="1"
accepts="name,host,port,username,password,timeout,action,base,sort,attributes">
Unimplemented at this time.
</tag>
<tag name="location" global="1" accepts="url">
<perl>
( run in 0.353 second using v1.01-cache-2.11-cpan-4e96b696675 )