Add bindings_perl and examples/perl_api_example
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
package MyClass;
|
||||
|
||||
my $my_member = 1;
|
||||
|
||||
sub my_method {
|
||||
return $my_member;
|
||||
}
|
||||
Reference in New Issue
Block a user