$value=5; do{ print "$value\n"; $value=$value-1; } until($value<=10);
In reply to do until loops by root