Help for this page

Select Code to Download


  1. or download this
        $id = q|3';DROP TABLE people;SELECT * FROM people WHERE id = '3|;
    
  2. or download this
    sub SelectProfile { 
         my ( $id, $dbh ) = @_;
    ...
         my $rowdata=$sth->fetchrow_hashref;
         return $rowdata;
    }