Help for this page

Select Code to Download


  1. or download this
    use v5.20.0;
    
    my @stoppedStandardServices = ( 'OP OPC Client', 'OP Calculation Serve
    +r', 'OP Data Server', 'OP Configuration Server', 'OP Log Server', 'OP
    + Time Server', 'ONC RPC PortMapper');
    ...
            last if $name =~ /$last/i;
        }
    }
    
  2. or download this
    >>> In the regex
    >>> In the regex
    Start Basic Standard Services:
    ...
      Starting $name='OP Data Server' $last=undef ($name=~/$last/i)=1
    'Config'
    Installation completed