Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            } 
        }
    }
    
  2. or download this
    for(count2=1;$count2<=1;$count2++){
        #stuff
    }
    
  3. or download this
    #!/usr/bin/perl
    for (my $count2=1; $count2<=1; $count2++) {
        print "Count2: $count2\n";
    }