e Follows
From: Curtis Poe <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CGI Beginners <[EMAIL PROTECTED]>
Subject: Re: split function question
Date: Thu, 28 Jun 2001 12:55:20 -0700 (PDT)
--- Brian Bukeavich <[EMAIL PROTECTED]> wrote:
> I need a little help with the spl
I need a little help with the split function. I'm trying to split a line
based on comma delimeters(,), but when I use the syntax below I don't get
the results I expect. What am I doing wrong? Is there a an special escape
sequence for a comma?
my @asLine = split (/,/, $_);
Thanks
__
%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
Sorry, I just thought the text would be too long.
=
#! /perl/bin/perl
$Course_Name = "White-Run Golf Club";
$Course_Tee = "White";
$Course_Rate = "70.3";
$Course_Slope = "124";
#Current Course Data:
#@Course_Par = (4,5,4,3,5
Original Message Follows
From: Aaron Craig <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Code Review
Date: Fri, 22 Jun 2001 17:31:53 +0200
Send it to the list. :)
At 11:30 22.06.2001 -0400, Brian Bukeavich wrote:
>I'm new to Perl and have written a simple pro
I'm new to Perl and have written a simple program to create 2 statistical
reports for our golf league. I'm looking for someone to review my code and
tell me what can be improved and how. This app was written for the Windows
platform.
Thanks,
Brian
_