annotate _test/temp.pl @ 101:d8dc6cad3f55

Schema in progress
author wizard
date Thu, 06 May 2010 17:55:59 +0400
parents 964587c5183c
children cf3b6ef2be22
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83
74bae30eb25e (no commit message)
wizard
parents:
diff changeset
1 #!/usr/bin/perl
93
0667064553ef fixed _is_class in activator
wizard
parents: 86
diff changeset
2 use strict;
0667064553ef fixed _is_class in activator
wizard
parents: 86
diff changeset
3
97
964587c5183c Added SecureCall to Web QueryHandlers stack
wizard
parents: 93
diff changeset
4 use IMPL::Security::Context;
93
0667064553ef fixed _is_class in activator
wizard
parents: 86
diff changeset
5
97
964587c5183c Added SecureCall to Web QueryHandlers stack
wizard
parents: 93
diff changeset
6 print IMPL::Security::Context->current->principal->name;