comparison _test/temp.pl @ 134:44977efed303

Significant performance optimizations Fixed recursion problems due converting objects to JSON Added cache support for the templates Added discovery feature for the web methods
author wizard
date Mon, 21 Jun 2010 02:39:53 +0400
parents a4b0a819bbda
children 7245c39e941e
comparison
equal deleted inserted replaced
133:a07a66fd8d5c 134:44977efed303
1 #!/usr/bin/perl 1 #!/usr/bin/perl
2 use strict; 2 use strict;
3 3
4 my $var ; 4
5 $var->{dool} = ''; 5
6 print $var; 6 IMPL::Profiler::PrintStatistics();