Code Comments
Programming Forum and web based access to our favorite programming groups.From: Eduardo Vázquez Rodríguez
<evazquez@insys-corp.com.mx>
> Thanks Chris I try this and works
>
> $. =3D 0;
> do
> {
> $_ =3D <INPUT>
> }
> until $. =3D=3D 5;
Looks a bit too involved. Why not just
<INPUT> for (1..5);
?
> WHILE <INPUT>
I believe you meant
while (<INPUT> )
Jenda
=3D=3D=3D=3D=3D Jenda@Krynicky.cz =3D=3D=3D http://Jenda.Krynicky.cz =3D=3D=
=3D=3D=3D
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.