Help for this page

Select Code to Download


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