alietzow has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w # CGI to select data from a SQL database use CGI; use strict; use DBI; my $q = new CGI;
"perl -d select.pl"
--------- main::(select.pl:6): my $q = new CGI; DB 1 ---------I didn't want to have to learn perldebug, because it leads into the black hole, but then maybe it's time? What next?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Help with perldebug
by jeffa (Bishop) on May 16, 2002 at 22:23 UTC | |
by Anonymous Monk on May 16, 2002 at 23:11 UTC | |
|
Re: Help with perldebug
by VSarkiss (Monsignor) on May 16, 2002 at 22:28 UTC | |
|
Re: Help with perldebug
by DigitalKitty (Parson) on May 17, 2002 at 00:08 UTC | |
by alietzow (Initiate) on May 17, 2002 at 00:15 UTC | |
by DigitalKitty (Parson) on May 17, 2002 at 00:45 UTC | |
|
Re: Help with perldebug
by rinceWind (Monsignor) on May 17, 2002 at 10:33 UTC | |
by alietzow (Initiate) on May 17, 2002 at 14:42 UTC |