Add bindings_perl and examples/perl_api_example

This commit is contained in:
Andrew Pam
2020-10-05 16:22:55 +02:00
committed by mlangkabel
parent d352c8bf39
commit 20e3912a5f
8 changed files with 256 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package MyClass;
my $my_member = 1;
sub my_method {
return $my_member;
}