RE: Using MySQL

2002-10-15 Thread Scot Robnett
I use MySQL on both Win2K and FreeBSD. The module you want is DBI, and you can get all the information you need about DBD and DBI in DBI::FAQ. That's available here: http://search.cpan.org/author/TIMB/DBI-1.30/lib/DBI/FAQ.pm The MySQL documentation on their site is comprehensive and will tell

Re: Using MySQL

2002-10-15 Thread Bruno Negrao - Perl List
I found this excelent article about this subject at: A Short Guide to DBI: http://www.perl.com/pub/a/1999/10/DBI.html bnegrao. - Original Message - From: Octavian Rasnita [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 1:27 AM Subject: Using MySQL Hi all,

Trying to strip HTML tags

2002-10-15 Thread Graig Warner
Hi all, I have a CGI script that tries to remove the tags from a string that represents the content of an HTML file. There are a number of tags that I would like to keep intact, and I represent them in the following array: @INCLUDE_TAGS = ( I, BR, SUP, FONT, P ); However, some of these tags