http://www.perlmonks.org?node_id=930683


in reply to Re^2: post data from db on website
in thread post data from db on website

If possible, use strict; and use warnings; - this should help you avoid many typos.
Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.