- or download this
package DashboardScripts::DashboardScripts;
# File: DashboardScripts/DashboardScripts.pm
...
END { }
1;
- or download this
#!c:/perl/bin/perl.exe
use strict;
for(my $x=0; $x<=100000;$x++){
print "$x<br>";
}
- or download this
for(my $x=0; $x<=100000;$x++){
print "$x<br>";
}