Help for this page

Select Code to Download


  1. or download this
    $localtime = FormatTime($moduleField[2]) if $moduleField[2];
    $localtime = "n/a" unless $moduleField[2];
    
  2. or download this
    $localtime = $moduleField[2] ? FormatTime($moduleField[2]) : "n/a";
    
  3. or download this
    $_ = $headers[$dataCount];
    if( /approv/i )
    
  4. or download this
    if( $headers[$dataCount] =~ /approv/i )