mbarbon / google-protobuf-dynamic

Fast and complete Perl protobuf implementation using uPB and Google .proto parser
35 stars 18 forks source link

Please explain argument of new() #25

Closed martinthurn closed 5 years ago

martinthurn commented 5 years ago

The documentation says: $dynamic = Google::ProtocolBuffers::Dynamic->new($search_path);

Please explain what EXACTLY goes in $search_path. How do I specify more than one path? I have my project .proto file(s), and they import google .proto files such as timestamp.proto...