Help for this page

Select Code to Download


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