Hello,

I have a feature suggestion for DBI 1.21: 

I'd like to have the option available for method that return to data to
have it automatically HTML escaped for me. A sample syntax might look
like this:

$data = $DBH->selectrow_arrayref($sql, {
        Slice=>{},
        escapeHTML=>1
        });

( I call it "escapeHTML" because that's what CGI.pm calls it). This
feature could help prevent some security bugs and unexpected browser
behavior. 

   -mark 
-- 
 . . . . . . . . . . . . . . . . . . . . . . . . . .
   Mark Stosberg              Principal Developer  
   [EMAIL PROTECTED]       Summersault, LLC     
   765-939-9301 ext 223       website development  
 . . . . . http://www.summersault.com/ . . . . . . .

Reply via email to