git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
119 B
Perl
8 lines
119 B
Perl
use example;
|
|
|
|
|
|
$e1 = new example::XMLChTest();
|
|
$e1->set("hello");
|
|
print $e1->get(),"\n";
|
|
print $e1->get_first(),"\n";
|
|
|