X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=clearadm%2Flib%2FClearexec.pm;h=410a94e6b4be777d03ea48a33a32f7f05ac0157a;hb=ed7943b5913aae90452e00009a19aaa86605b820;hp=415706668aa8902486760ede8238efca763923d6;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/clearadm/lib/Clearexec.pm b/clearadm/lib/Clearexec.pm index 4157066..410a94e 100644 --- a/clearadm/lib/Clearexec.pm +++ b/clearadm/lib/Clearexec.pm @@ -38,7 +38,7 @@ The results are sent back as follows: Status: - + This allows the caller to determine if the command execution was successful as well as capture the commands output. @@ -282,7 +282,7 @@ sub _serviceClient ($$) { $self->_debug ("Status: $status"); } # if - print $client "$_\n" foreach (@output); + print $client "$_\n" for (@output); print $client "Clearexec Status: $status\n"; $self->_debug ("Looping around for next command"); @@ -319,7 +319,7 @@ sub startServer (;$) { while () { $client = $self->{socket}->accept; - + if ($? == -1) { if ($!{EINTR}) { next; @@ -394,7 +394,7 @@ L =head2 ClearSCM Perl Modules -=begin man +=begin man DateUtils Display @@ -405,9 +405,9 @@ L =begin html
-Display
-Display
-GetConf
+Display
+Display
+GetConf
=end html