Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $count; while ($pointer = $sth->fetchrow_hashref) { $count++; $type=$pointer->{'NET'}; $car1 =$pointer->{'CAR1#'}; $line =$pointer->{'LINE#'}; print "<br><b>$count</b><br>"; if($count >= 2) { print "<b>**$count **</b> } else { print "<br><b>^^^^ $count_claims ^^^^</b><br>"; } } if($type) { print "<META http-equiv=\"REFRESH\" content=\"0; url=go.htm +\">"; } else { print "<META HTTP-EQUIV=\"refresh\" CONTENT=\"0; URL=notfou +nd.html\"> \n"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Right Number DB
by menolly (Hermit) on Dec 10, 2003 at 20:53 UTC | |
by hardburn (Abbot) on Dec 10, 2003 at 21:27 UTC | |
|
Re: Right Number DB
by ysth (Canon) on Dec 11, 2003 at 01:21 UTC | |
|
Re: Right Number DB
by Anonymous Monk on Dec 11, 2003 at 12:56 UTC | |
by Roger (Parson) on Dec 11, 2003 at 13:09 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |