in reply to Re: require sugesstions for writing a perl script
in thread require sugesstions for writing a perl script

My mistake in comparison (bash is tricky). Correction:

for i in 1 2 3 4 5 . . . . . . 1000 do nohup validation.pl $i & let j=($i%50) if [ $j -eq 0 ]; then sleep 20 fi done

Regards, Pavel Petrov