Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #forcount
    ...
    for (my $count = $0; $count < 10; $count++) {
        print "$count\n";
    }
    
  2. or download this
    
    Argument "forcount" isn't numeric in numeric lt (<) at forcount line 5
    +.
    ...
    7
    8
    9