view _test/temp.pl @ 97:964587c5183c

Added SecureCall to Web QueryHandlers stack many bug fixes to Security and Web Application modules
author wizard
date Tue, 04 May 2010 04:04:37 +0400
parents 0667064553ef
children cf3b6ef2be22
line wrap: on
line source

#!/usr/bin/perl
use strict;

use IMPL::Security::Context;

print IMPL::Security::Context->current->principal->name;