- or download this
while( SERVICE_STOPPED != ( $State = Win32::Daemon::State() ) ){
if( SERVICE_STARTING == $State ) {
- or download this
Argument "SERVICE_STARTING" isn't numeric in numeric eq (==) at ...
- or download this
if( $State == SERVICE_STARTING )
- or download this
if ($color eq 'red') {
print 'angry';
...
} elsif ($color eq 'blue') {
print 'sad';
}