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