Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › why would my cron’d hcicyclesavemsgs5 -d -c -o 15 › Re: hcicyclesavemsgs and hciconnstatus
while (
chop;
if (/^S+s+(S+)s+ups+S+.*$/) {
($conn) = $1;
foreach (@NETCONFIG) {
$NCline = $_;
chop($NCline);
if ($NCline =~ /^protocol ($conn).*$/) {
($conn) = $1;
printf(“nProcessingn Root: %s, site: %s, proc: %s, thread: %sn”,$rootpath,$site,$proc,$conn);
last;
}