stello has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use DBI; use DBD::mysql; print "Hello"; exit;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: does not match bootstrap parameter
by mce (Curate) on Sep 02, 2002 at 13:21 UTC | |
Re: does not match bootstrap parameter
by michellem (Friar) on Sep 02, 2002 at 14:41 UTC |