- or download this
#!/usr/bin/perl
use strict;
while ( my $number != 10 ) {
printf("Please, the number 10: ");
$number = <STDIN>;
}
- or download this
#!/usr/bin/perl
use strict;
...
printf("Please, the number 10: ");
$number = <STDIN>;
}
- or download this
#!/usr/bin/perl
use strict;
...
printf("Please, the number 10: ");
$number = <STDIN>;
}