I fixed the source code with the suggestions given, but still no luck. Any other ideas?
Joel ------------------------------------------- #!usr/bin/perl $abc=1000 until ($abc==0) { print "Counting down to 0 from $a\n"; $a--; } print "Blast off!"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>