in reply to Question about this simple CGI
$q->start_html( -title => "Add user", -bgcolor => #ffffff);
to:
$q->start_html( -title => "Add user", -bgcolor => 0xffffff);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Question about this simple CGI
by Chaotic Jarod (Novice) on Jul 17, 2013 at 20:00 UTC | |
by poj (Abbot) on Jul 17, 2013 at 20:22 UTC | |
by toolic (Bishop) on Jul 17, 2013 at 20:07 UTC |