/trunk/Examples/test-suite/perl5/template_ref_type_runme.pl
Perl | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | ff2e97bd03cf06d9f4c0cfb8f1425b35 MD5 | raw file
1use template_ref_type; 2 3my $xr = template_ref_type::XC->new(); 4my $y = template_ref_type::Y->new(); 5 6$y->find($xr);