swig/SWIG/Examples/perl5/xmlstring/runme.pl
Marcelo Matus 25f12e2784 add runme.pl file and missing %init
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-04 20:40:47 +00:00

7 lines
90 B
Perl

use example;
$e1 = new example::XMLChTest();
$e1->set("hello");
print $e1->get(),"\n";