Help for this page

Select Code to Download


  1. or download this
    $flexlm_cmd = "lmutil lmstat -f ${product}";
    #other junk
    ...
                   ($JUNK, $user, $JUNK) = split (/\s+/, $data_line);
                     $user_list ="$user,$user_list";
          }
    
  2. or download this
                      
          elsif ($data_line  =~ /\, start /) 
         {
    ...
       }
    
       close LICENSES;
    
  3. or download this
    user1 192.168.1.1 machine1 (v1.1) (flexlmserver/27000 1009), start Sat
    + 3/30 12:53
    user2 192.168.1.2 machine2 (v1.1) (flexlmserver/27000 123), start Sat 
    +3/30 2:45
    
  4. or download this
    array1 = (user1,1009,12:53)
    array2 = (user2,123,2:45)