PS C:\Users\VinothG> perl -E"$|=1;print $];sleep 10" >.\tmp.log PS C:\Users\VinothG> cat .\tmp.log 5.028001 PS C:\Users\VinothG> perl -E"$|=1;print $];sleep 20" >.\tmp.log PS C:\Users\VinothG> cat .\tmp.log 5.028001 PS C:\Users\VinothG> perl -E"$|=1;print $];sleep 30" >.\tmp.log PS C:\Users\VinothG> cat .\tmp.log 5.028001 PS C:\Users\VinothG> perl -E"$|=1;print $];sleep 40" >.\tmp.log PS C:\Users\VinothG> cat .\tmp.log 5.028001 PS C:\Users\VinothG> perl -E"$|=1;print $];sleep 100" >.\tmp.log PS C:\Users\VinothG> cat .\tmp.log 5.028001 #### PS C:\Users\VinothG> Get-Host | Select-Object Version Version ------- 5.1.18362.1474