access database dbi problem

2001-08-24 Thread John.F.Kennedy
Hi all , I'm trying to run a query from an access database . I'm using a date field that is formatted like this mm/dd/y HH:MM:SS. I want to do a select with a short date format to (mm/dd/y ) the code below is what I'm using, so far I keep getting the error massage "count field incorrect".

RE: Escaping quotes in a CSV file

2001-08-24 Thread Jones Robert Contr 81 CS/SCK
Perl Cookbook, page 31 push(@new, $+) while $text =~ m{"([^\"\\]*(?:\\.[^\"\\]*)*)",? | ([^,]+), ? | ,}gx; -Original Message- From: Jon S. Jaques [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 7:35 AM To: Active Perl List Subject: Escaping quotes in a CSV file Hello Group,

RE: Escaping quotes in a CSV file

2001-08-24 Thread House Richard
Are the quotes necessary? -Original Message- From: Jon S. Jaques [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 8:35 AM To: Active Perl List Subject: Escaping quotes in a CSV file Hello Group, I've generated a bunch of CSV files with Perl, but some of the text fields have quo

Escaping quotes in a CSV file

2001-08-24 Thread Jon S. Jaques
Hello Group, I've generated a bunch of CSV files with Perl, but some of the text fields have quotes in them, and when they are imported to Access/SQL server, the quotes mess up the fields. I tried doubling them (the quotes), changing them to singles, etc., but nothing seems to work. It would see

RE: CGI.pm Tutorial/Is There One?

2001-08-24 Thread Jon S. Jaques
A good debugger, such as Komodo, will also help you to stop making bad scripts. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Fair > Sent: Thursday, August 23, 2001 8:05 PM > To: Active Perl List > Subject: CGI.pm Tutorial/Is There One? > > >

RE: CGI.pm Tutorial/Is There One? REQUEST FOR DETAILS

2001-08-24 Thread Snyder, Christopher
1-56592-419-3 -Original Message-From: Richard Broadley [mailto:[EMAIL PROTECTED]]Sent: Friday, August 24, 2001 4:38 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: CGI.pm Tutorial/Is There One? REQUEST FOR DETAILS >I don't know what book you've been using, but

RE: Active Perl vulnerable to hacker attempt?

2001-08-24 Thread Richard Z. Ward
Ramesh, My advice is if you are running Apache on a Windows machine, you should install the patch from Microsoft anyway. The security loophole is not in IIS but instead in a service that IIS exposes to the internet. In the early days of August, Microsoft's web site talked about the security looph

RE: Active Perl vulnerable to hacker attempt?

2001-08-24 Thread Chandra Ramesh
Title: RE: Active Perl vulnerable to hacker attempt? Hello,     Though that only IIS 5.0 and above was vulnerable to Code red II.     Is Apache also affected by this? Regards, Ramesh Chandra -Original Message- From: Shawn [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24

Re: Active Perl vulnerable to hacker attempt?

2001-08-24 Thread Shawn
This is the great and mighty Code Red II virus in action... And the answer to your question in this case is no. I am sure there is some backdoor that has yet to be discovered, but this isn't it... At one point aroun the begining of August, our servers were getting hit by 2-3 of those a second..

Active Perl vulnerable to hacker attempt?

2001-08-24 Thread Gisle Askestad
Hello group I'm runing Apache 1.3.20 and ActivePerl-5.6.0.616 and ActivePerl-5.6.0.628 (command line). I frequently get request like this: Server Access Logg: 195.173.20.3 - - [22/Aug/2001:19:08:12 +0200] "GET /default.ida? XX

ASP BinaryRead

2001-08-24 Thread Jukka Niemi
I cant get $Request->BinaryRead($Request->{TotalBytes}) to work..   it returns blank string.   I also tried: $bincount = $Request->{TotalBytes};$binread = Win32::OLE::Variant->new( VT_UI1, $Request->BinaryRead($bincount) );   in this case $binread contains 1   what am I doing w

RE: CGI.pm Tutorial/Is There One? REQUEST FOR DETAILS

2001-08-24 Thread Richard Broadley
>I don't know what book you've been using, but I'd suggest O'Reilly: CGI >Programming with Perl, 2nd Edition.   Hi I know that this is a bit off the subject, but would you happen to have the ISBN for O'Reilly's book? I'm basically cobbling together CGI scripts, which are working fine so far, but

How to use Session Concept in Perl

2001-08-24 Thread Dharmendra Kumar
Does anybody knows how to use session concept in Perl Bye dharam __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ ___ ActivePerl m