=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libmqdb-perl-0.954/lib/MQdb/MappedQuery.pm-342- Arg (2...) : optional parameters to map to the placehodlers within the SQL libmqdb-perl-0.954/lib/MQdb/MappedQuery.pm:343: Example : $array_ref = $self->fetch_col_array($db, "select some_column from my_table where source_id=?", $id); libmqdb-perl-0.954/lib/MQdb/MappedQuery.pm-344- Returntype : array reference of scalar values ############################################## libmqdb-perl-0.954/lib/MQdb/Database.pm-579- Arg (2...) : optional parameters to map to the placehodlers within the SQL libmqdb-perl-0.954/lib/MQdb/Database.pm:580: Example : $value = $self->fetch_col_value($db, "select some_column from my_table where id=?", $id); libmqdb-perl-0.954/lib/MQdb/Database.pm-581- Description: General purpose function to allow fetching of a single column from a single row. ############################################## libmqdb-perl-0.954/.pc/whatis.patch/lib/MQdb/Database.pm-577- Arg (2...) : optional parameters to map to the placehodlers within the SQL libmqdb-perl-0.954/.pc/whatis.patch/lib/MQdb/Database.pm:578: Example : $value = $self->fetch_col_value($db, "select some_column from my_table where id=?", $id); libmqdb-perl-0.954/.pc/whatis.patch/lib/MQdb/Database.pm-579- Description: General purpose function to allow fetching of a single column from a single row.