diff _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
line wrap: on
line diff
--- a/_test/temp.pl	Fri Jun 18 16:27:28 2010 +0400
+++ b/_test/temp.pl	Mon Jun 21 02:39:53 2010 +0400
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 use strict;
 
-my $var ;
-$var->{dool} = '';
-print $var;
\ No newline at end of file
+
+
+IMPL::Profiler::PrintStatistics();
\ No newline at end of file