IHYPRESS.NET > PERL
HOME
|
ASP
|
C
|
HTML/CSS
|
JAVASCRIPT
|
MATLAB
|
PERL
|
PHP
|
PYTHON
|
RUBY
Home
> Program #04 [While Loops]
CODE
RESULT
<
#!/usr/bin/perl use CGI':standard'; use strict; print "Content-type: text/html\n\n"; my $i = 1; while ($i <= 250){ print "$i "; ++$i; }
>
COPYRIGHT © 2019 IHYPRESS.NET. A DIVISION OF IHY PRESS, KIRKLAND, WA 98083 USA. ALL RIGHTS RESERVED.
SHARE