Joel wrote:

>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!";
>
Apart from the missing semicolon, I don't know if Perl on Windows like the shebang 
line at the beginning. With Unix, it's the right way to do it.

- Jan
-- 
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe 
this to be a coincidence. - Jeremy S. Anderson

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to