Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl5
    
    ...
    my $return = $ovs->send;
    
    print "\nreturn = " . $return . "\n";
    
  2. or download this
    package Mine::Openview::opcmsg;
    
    ...
    
    1;
    
  3. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" monk.pl
    ...
    service_id = service ID
    
    > Terminated with exit code 0.