$awksmd = “/bin/awk”; $datecmd = “/bin/date”; $temp = `$datecmd | $awkcmd ‘{print $5}’`; print “$temp”;
Does anyone know why the following perl code does not work. When I ran the perl script above it does not seem like awk is invoked.