view _test/temp.pl @ 133:a07a66fd8d5c

Added IMPL::Class::MethodInfo IMPL::Class::Property::Base optimizations
author wizard
date Fri, 18 Jun 2010 16:27:28 +0400
parents a4b0a819bbda
children 44977efed303
line wrap: on
line source

#!/usr/bin/perl
use strict;

my $var ;
$var->{dool} = '';
print $var;