- or download this
#!/usr/bin/perl
...
# while ((@f) = $sth2->fetchrow())
while ((@f) = $sth->fetchrow())
{ print "@f\n" }
- or download this
package crsTools4;
...
}
1; # Required for all packages, to return a true value
- or download this
sql="SELECT * FROM person WHERE firstname = 'Joe'", sth, bind=""
Can't call method "fetchrow" on an undefined value at ./test4.pl line
+9.