I know there is a better way to do this.

Anyone care to clue me in?

# Code On

open firsts, firsts;
foreach $firstsdata (<firsts>)
{
($firstsmonth, $firstsday) = split(/x/, $firstsdata);
if ($firstsmonth eq $month)
{
$day = $firstsday
}
}

# Code Off

Glenn Cannon
[EMAIL PROTECTED]
Level II Certified DCI Judge
'There is no spoon.'
www.eventsbeyondbelief.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to