Search Results

Search: Posts Made By: jsmithstl
Forum: Programming 12-01-2010
1,147
Posted By jsmithstl
Here's one way: $ cat avg.pl ...
Here's one way:


$ cat avg.pl
#!/usr/bin/perl
use strict;
my $line;
my $val;
my $school;
my $grades;
my $score;
my $total;
my $avg;
my $i;
open ( INFILE, "<avg.dat" ) or
die...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy