- or download this
#!/usr/bin/perl
...
$q = new CGI;
...................................................
- or download this
#!/usr/bin/perl
...
use CGI;
...............etc.
- or download this
"Can't locate object method "connect" via package "DBI" (perhaps you f
+orgot to load "DBI"?)"