At 08:42 26.06.2001 -0700, Curtis Poe wrote:
> >
> > open (IN, "file") || die("Couldn't open file $!");
> > while()
> > {
> > chomp;
> > my @asLines = split(/[\t\s]+/, $_);
> > Load_Stat_Rec(\@asLines);
> > }
> > close IN;
>
>I'd be a trifle concerned a
--- Aaron Craig <[EMAIL PROTECTED]> wrote:
> At 14:44 25.06.2001 -0400, Brian Bukeavich wrote:
> >Thanks for the input.
> >My input data (which is coming out of a flat ascii file) looks similar to:
> >Jones, John 35 20 02 05/02/2001 F 060506050705040405047 11 04 01
> >Jones, John
At 14:44 25.06.2001 -0400, Brian Bukeavich wrote:
>Thanks for the input.
>My input data (which is coming out of a flat ascii file) looks similar to:
>Jones, John 35 20 02 05/02/2001 F 060506050705040405047 11 04 01
>Jones, John 35 20 02 05/09/2001 F 050604050705040405045 10 1
%3u", @hole[$q]);
printf OF2 (" %3u", @hole[$q]);
?
Thanks again.
Original Message Follows
From: Aaron Craig <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Re: Code Review
Date: Mon, 25 Jun 2001 11:47:34 +0200
At 15:42 22.06.2001 -0400, Brian Bukeavich wr
At 15:42 22.06.2001 -0400, Brian Bukeavich wrote:
>Sorry, I just thought the text would be too long.
>
>=
>#! /perl/bin/perl
first of all, you need to use strict!
this is going to cause your program to fail, because you hav
OF (" ACE : %2u %6.2f BOGEY: %2u %6.2f PLUS 5: %2u
%6.2f\n", @over[0], @percent[0],
@over[4], @percent[4], @over[8], @percent[8]);
printf OF (" EAGLE : %2u %6.2f DOUBLE : %2u %6.2f PLUS 6: %2u
%6.2f\n", @over[1], @percent[1],
@over[5], @percent[5], @
Just insert your code insode the email itself so we can have a look that way.
Mark Bergeron
-Original Message-
From: "Al Hospers"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Fri Jun 22 11:08:23 PDT 2001
Subject: Re: Code Review
>PLEASE do NOT send attachments to