Help for this page
#!/usr/bin/bash ... # use Perl for further processing ovo-test.pl
#!/usr/bin/perl use strict; ... my $text = $ENV{OPC_MSG_TEXT}; my $code = $ENV{OPC_MSG_CODE}; ...;