Date Functions

2002-01-31 Thread David Gilden
Hi, I am updating an old Script. Are there any problems or 'Y2k' bugs, in the following change? Thanks, Dave #!/usr/bin/perl use CGI qw/:standard/; use CGI::Carp qw(fatalsToBrowser); use POSIX 'strftime'; # NEW -- replaces the block below $date = strftime('%A, %B %1d, %Y %I:%M %p',

RE: How To Display Browser Headers

2002-01-31 Thread yahoo
Hi Hewlett, on windows I typically use HttpTracer to intercept headers; basically you set up IE to use HttpTracer as a proxy and then HttpTracer shows you all the HTTP info. Its shareware and I think I had to pay a nominal fee after using it for a while. You can get HttpTracer from http://www.con

RE: Question Regarding select variables and sub routines

2002-01-31 Thread Darryl Schnell
Please disregard I figured this matter out. It was a stupid little syntax mistake. Thank You all for your patience. Darryl -Original Message- From: Darryl Schnell Sent: Thursday, January 31, 2002 8:04 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Question Regarding select v

Update: how to end download file

2002-01-31 Thread Belinda M. Giardine
I made other changes in my cgi, now it trys to download the form instead of the desired data. I tested this on another computer using Netscape and everything worked fine. Obviously it is an IE bug. Has anyone seen it or know of a work around? Belinda -- Forwarded message -- Da

RE: How To Display Browser Headers

2002-01-31 Thread Bob Showalter
> -Original Message- > From: Hewlett Pickens [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 7:01 PM > To: [EMAIL PROTECTED] > Subject: How To Display Browser Headers > > > Does anyone know of a way to get Microsoft's Internet > Explorer to display > the HTTP headers it t

Re: What modulo recomended for send emails?

2002-01-31 Thread fliptop
Argenis Perez wrote: > What modulo recomended for send emails that i can attachment a file. try mime::lite. it's easy to use and attachments are no problem. http://search.cpan.org/search?dist=MIME-Lite -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: How To Display Browser Headers

2002-01-31 Thread Curtis, Jonathan
This may not be the best answer, cause I'm just learning CGI/Perl myself... but I've ran into that same error in the last couple days, and this is what I do to fix it... Make sure you have "use CGI qw(:cgi);" included in your script, and after you've done whatever you need to do with the HTTP h

What modulo recomended for send emails?

2002-01-31 Thread Argenis Perez
Hi friends Please What modulo recomended for send emails that i can attachment a file. Thanx -- Nunca creas feliz a nadie que esté pendiente de la felicidad. Se apoya en una base frágil quien pone su alegría en lo adventicio. El goce que viene de afuera, afuera se irá. Por el contrario, aquel que

RE: Question Regarding select variables and sub routines

2002-01-31 Thread Darryl Schnell
I thought it might be alittle cryptic when I reread it. This is the part of the program in question $search_str = $x->param('search_str'); $choice = $x->param('choice'); (Choice is a html select of emailname or accountnumber) if ($choice eq accountnumber) { $search_str = &padacctno($x->param(

Re: Configure Perl for use with a Personal Web Server...

2002-01-31 Thread A
Sir Douglas Cook, I've recently come across Indigo Perl. IndigoPerl is a binary build of Perl 5.6 for Win32 with an integrated Apache web server for testing and developing CGI scripts. It also includes mod_perl. The instalation is trivial. Indigo Perl is not intended to be a 'real worl