Help for this page

Select Code to Download


  1. or download this
    HostName:                             LAP3220889
    TaskName:                             infiniteloop
    ...
     Status:                               Running
     Last Result:                          0
    
  2. or download this
    if($out =~ m/TaskName:\s+$task.*?Status:\s+(.*?)\sLast Run Time:\s+(.*
    +?)\sLast Result:\s+(\d)/s)
     {
      chomp($status = $1);
      $result = $3;
    
  3. or download this
     
    if($out =~ m/TaskName:\s+$task.*?Status:\s+(.*?)\sLast Result:\s+(\d)/
    +s)
     {
      chomp($status = $1);
      $result = $2;
    
  4. or download this
     
    $VAR1 = 'infiniteloop';
    $VAR2 = 'Running
    Last Run Time:                        21:28:57, 23/06/2011';
    $VAR3 = '0';