halfcountplus has asked for the wisdom of the Perl Monks concerning the following question:
% my $db = DBI->connect("DBI:SQLite:$db_file"); % if (exists $ARGS{name}) { $db->do("insert into subjects (name) value +s ('$ARGS{name}');"); % print $ARGS{name}; } % my $sql = $db->prepare("select * from subjects"); % $sql->execute;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI::SQLite and apache
by perrin (Chancellor) on Jun 12, 2009 at 18:22 UTC | |
by halfcountplus (Hermit) on Jun 12, 2009 at 19:15 UTC | |
|
Re: DBI::SQLite and apache
by CountZero (Bishop) on Jun 12, 2009 at 18:56 UTC | |
by afoken (Chancellor) on Jun 12, 2009 at 20:18 UTC | |
by halfcountplus (Hermit) on Jun 12, 2009 at 20:32 UTC | |
by halfcountplus (Hermit) on Jun 12, 2009 at 19:09 UTC |