RE: FAQ

2002-05-22 Thread Peter Eisengrein
Title: RE: FAQ HEY! In my own defense: -- I only did that once -- I was referring to Time::Local (not localtime :) -- I am a bonehead -- it really is counter-intuitive to have the month 0-based     and the day and year 1-based. Especially since the months     are commonly referred t

Re: FAQ

2002-05-22 Thread Cameron Dorey
"Herbold, John W." wrote: > > I have to say, that I like the idea of an auto-responder for the following > reasons. > > 5) An auto-responder could post the reply as well as send the poster an > email, or at least notes the post some way so others will not waist their > time responding. Except t

RE: FAQ

2002-05-22 Thread Tillman, James
>My favorite is when people ( who presumedly > haven't been using Perl for more than a few weeks ) declare they might > have found a bug in some common function that people have been using > since 1987(so says -v). I am referring to the popular "$mon from > localtime is off by one month, is this a

RE: FAQ

2002-05-22 Thread Herbold, John W.
I have to say, that I like the idea of an auto-responder for the following reasons. 1) People will always post a question to the list with out researching. 2) There is nothing anybody can do about #1. 3) A FAQ with every answer in the world does no good if people do not check it before posting

Re: FAQ

2002-05-22 Thread Ron Grabowski
> Yup - a decent faq and a reminder work rather well for most FAQ's assuming > the users read some emails before posting and didn't subscribe just to ask a > question. An auto-responder would be unpopular and put new users off, as I don't think there is a need for Yet-Another-FAQ. I think people

RE: Date question

2002-05-22 Thread Capacio, Paula J
I use Date::Calc; although there are lots of Date modules available. paula -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen J Martin Sent: Wednesday, May 22, 2002 7:54 AM To: [EMAIL PROTECTED] Cc: Carl Jolley Subject: Re: Date question On T

RE: FAQ

2002-05-22 Thread Rubinow, Larry
Tillman, James wrote: > ;-) But even then only historically so. I share Lee's inability to > understand how Buffy the Vampire Slayer has even the > slightest thing to do > with Perl. Please consult with the london.pm PerlMongers group. Or better yet, with sunnydale.pm. __

RE: FAQ

2002-05-22 Thread Tillman, James
> >Also I can reccomend a well trained infobot on irc - the > perl mongers have > >several very well informed infobots that do things like > whois and weather > >lookups as well as factoids on all thing perl related (monty > python, buffy > >the vampire slayer, photos of drunken perl mongers an

Re: Re: Date question

2002-05-22 Thread Mark Bergeron
I have used this little snippet for a lot of my programs. I know I'm jumping in line here but maybe this will work for you too: my @days = ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); my @months = ("January","February","March","April","May","June","July","August","S

RE: FAQ

2002-05-22 Thread Lee Goddard
At 17:00 22/05/2002, Aaron Trevena wrote: > > >Actually its better to include the urls to the archive and the faq in the > > >email footer. > > > > That's a very bold statement - can you support it? > >Yup - a decent faq and a reminder work rather well for most FAQ's assuming >the users read some

RE: Opening MS-SQL DB with Perl

2002-05-22 Thread Joseph Youngquist
I've found the article I mentioned below... In the April 2002 issue of Linux Journal (www.linuxjournal.com), "Connect to Microsoft SQL 2000 with the Perl Sybase Module" (pg.62) by Andrew Trice.   provides an alternative to just ODBC connections...   Joe. -Original Message-From:

RE: [PMX:#] RE: Perl scripts are crashing my MS-DOS window

2002-05-22 Thread Abner, Daniel
> [EMAIL PROTECTED] wrote: > > Only if the shell for the system you are running on supports the > 2 file descriptor. Some shells (or at least one) don't because the > underlying OS philosophy is "if there are errors you should always > see them on the console because otherwise you might get

RE: FAQ

2002-05-22 Thread Aaron Trevena
> At 15:23 22/05/2002, Aaron Trevena wrote: > > > Why don't we make a FAQ Auto-responder? > > > It could scan subjects and first ten lines for > > > a FAQ, and if it finds one, send the FAQ answer. > > > > > > So it wouldn't cope with the silliest questions, > > > but should get most > > > >Ac

RE: FAQ

2002-05-22 Thread Lee Goddard
At 15:23 22/05/2002, Aaron Trevena wrote: > > Why don't we make a FAQ Auto-responder? > > It could scan subjects and first ten lines for > > a FAQ, and if it finds one, send the FAQ answer. > > > > So it wouldn't cope with the silliest questions, > > but should get most > >Actually its better

RE: Sockets tutorial

2002-05-22 Thread Sundara Rajan
If you are used to C , then Advanced Perl Programming by Sriram Srinivasan from O'Relly's is a good bet. He makes constant reference to C/Java , so it will help. You can check out this site for a rushy kind of example on how to use IO-Socket. Another source is the IO-Socket perldoc http://www.perl

Re: Sockets tutorial

2002-05-22 Thread Tim Fletcher
Thankz all I must remebre to look at the perldoc :p Tim ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Sockets tutorial

2002-05-22 Thread Peter Eisengrein
Title: RE: Sockets tutorial See: perldoc IO perldoc IO::Socket perldoc perlfaq9 > -Original Message- > From: Tim Fletcher [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 10:17 > To: perl-win32-user > Subject: Sockets tutorial > > > Hi all! > I'm rather new to perl an

Re: Sockets tutorial

2002-05-22 Thread Stephen E. Hargrove
On Wed, 2002-05-22 at 09:17, Tim Fletcher wrote: > Hi all! > I'm rather new to perl and even newer to sockets(even though i have been > programming a very long time!). i've tryed to write apps in c, but failed > because of the absence of a good tutorial. shurly it isn't that hard to > create a con

Re: Sockets tutorial

2002-05-22 Thread Simon Oliver
Tim Fletcher wrote: > > shurly it isn't that hard to > create a conection to an other IP and send/receive info! > Any help would be very helpful > TIA ;) perldoc IO::Socket::INET Also look at the RPC modules (PlRPC) and Net::Daemon. -- Simon Oliver ___

Sockets tutorial

2002-05-22 Thread Tim Fletcher
Hi all! I'm rather new to perl and even newer to sockets(even though i have been programming a very long time!). i've tryed to write apps in c, but failed because of the absence of a good tutorial. shurly it isn't that hard to create a conection to an other IP and send/receive info! Any help would

RE: Date question

2002-05-22 Thread Zeno Lee
It depends on what you mean by "following month." How do you define the following month after May 31? Is it June 30? How do you define the following month after June 30? Is it July 30? or is it July 31? February 28 -> March 28? or March 31? Do you mean last number of the month, exactly 30 da

ActivePerl help file

2002-05-22 Thread csaba . raduly
Is there an ActivePerl.chm with a working index ? The one in build 630 has a completely empty index :-( -- Csaba Ráduly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED]http://www.sophos.com US Support: +1 888 SOPHOS 9

RE: FAQ

2002-05-22 Thread Aaron Trevena
> Why don't we make a FAQ Auto-responder? > It could scan subjects and first ten lines for > a FAQ, and if it finds one, send the FAQ answer. > > So it wouldn't cope with the silliest questions, > but should get most Actually its better to include the urls to the archive and the faq in the em

FAQ

2002-05-22 Thread Lee Goddard
Why don't we make a FAQ Auto-responder? It could scan subjects and first ten lines for a FAQ, and if it finds one, send the FAQ answer. So it wouldn't cope with the silliest questions, but should get most Lee Goddard perl -e "while(1){print rand>0.5?chr 47:chr 92}" _

Re: Dumbass question

2002-05-22 Thread Dirk Bremer \(NISC\)
I also will do the following: Start->Settings->Control Panel->System->Advanced tab->Environment Variables button->System variables list, select and edit the PATHEXT variable, add '.PL;' to the variable string, and then click Okay on everything. Dirk Bremer - Systems Programmer II - ESS/AMS - NI