Subject: | no where sub |
There isn't any "where" subroutine, even though the documentation descrobes it. Here's the line from the docs:
# Query the WHERE clause; this will retrieve an
# SQL::Statement::Op instance
my $where = $stmt->where();
Here's the error:
Can't locate object method "where" via package "SQL::Statement" (perhaps you for got to load "SQL::Statement"?) at borman.pl line 20.
I've searched through the entire download (SQL-Statement-1.004.tar.gz) and I don't find any "where" sub, nor do I find a SQL::Statement::Op package.
-Miko