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