You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this will look for fixes in the Foo::Bar namespace and make them# available prefixed by fbuse(foo.bar, as: fb)
fb.baz()
# this will look for Foo::Bar::Condition::is_bazif fb.is_baz()
...
fix()
...
end
and your java support?
use(path_to_java) would probably be the correct way to make Java functions available. We're basically making everything on the class path available, just like in Metamorph.
cmd(“java Myclass”)
>> send the record as JSON to the
STDIN of the external command and
replace it with the JSON from the
STDOUT
perlcode(“mycommand.pl”)
>> run the my command.pl on the data
in the record
use
statement").The text was updated successfully, but these errors were encountered: