can you give me a pice of advice of security aspects creating cgi scripts
working with apache server on linux running 2.2.19 kernel - any backdoors i
should be aware of ?
is there any chance to get a root password via badly writen cgi script - i
used mysql and psql dbd pure perl modules with dbi 1.
finally i made the code work for me :) - thanks for inspiration - i own you
a code - hope you can do it easiest way - i am just begginer - so it's
likely the simplest way to achive the same result
the code was:
$sth->prepare(SELECT * FROM table);
$sth->execute;
$ref = $sth->fetchall_arrayref;
pri
thanks for info - i figured out it won't be easy - i am using references in
table rows - it's better for me to highlight row by bgcolor avoiding
additional loops - but maybe any idea how to quick change text color for a
row that's defined as reference to table - thanks in advance
greg
- Origin
i can't change the text color in a single row of table (even in all table)
i can use html tags it works fine than, but while using shortcuts there's no result
at all
statement
start_html({-text=>'green', -bgcolor=>'red'}) - works fine
but in stetment
table({-bgcolor=>'purple', -text=>'ye