Help for this page
package main ... func Yaph () { fmt.Println("Every day I get in the queue..."); }
go build -o yaph.so -buildmode=c-shared
#!/usr/bin/env perl ... Yaph(); __END__