summaryrefslogtreecommitdiff
path: root/Examples/perl5/xmlstring/runme.pl
blob: 1b223d4ca57c123ed0c6305424b2b59c99913ee0 (plain)
1
2
3
4
5
6
7
8
use example;


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