On Thu, 8 Nov 2001, Glenn Cannon wrote: > open firsts, firsts;
open FIRSTS, "firsts" or die "Could not open file: $!\n"; while(<FIRSTS>) { ($firstsmonth, $firstsday) = split /x/; if ($firstsmonth eq $month) { $day = $firstsday } } > foreach $firstsdata (<firsts>) > { > ($firstsmonth, $firstsday) = split(/x/, $firstsdata); > if ($firstsmonth eq $month) > { > $day = $firstsday > } > } -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ Hi Jimbo. Dennis. Really appreciate the help on the income tax. You wanna help on the audit now? -- "The Rockford Files" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]