Re: CPAN/Matt's???

2003-04-01 Thread Kevin Meltzer
Some places around the world, it is April 1 ;-) On Mon, Mar 31, 2003 at 07:47:47PM -0500, Hughes, Andrew ([EMAIL PROTECTED]) said something similar to: > I just got it as well. If you click on the MSA logo, it takes you to this > page http://www.cpan.org/index2.html > > What's going on? > > An

Re: The very un-useful 'premature end of script headers' error message

2003-03-29 Thread Kevin Meltzer
On Fri, Mar 28, 2003 at 09:33:19PM -0500, Bill Burke ([EMAIL PROTECTED]) said something similar to: > I added a chat room at my site http://www.speakerscorner.us . You are > welcome there and we can discuss PERL in real time. Don't quit the user > group though, you won't want to miss anything Tha

Re: Good Perl cgi book?

2003-03-18 Thread Kevin Meltzer
Blatant and shameless self-promotion.. see my sig.. :) On Mon, Mar 17, 2003 at 05:30:44PM -0500, Bob X ([EMAIL PROTECTED]) said something similar to: > What is the best book for a beginner to get started with on Perl and CGI? > > Bob -- [Writing CGI Applications with Perl - http://perlcgi-book

[OT] YAPC::NA 2003 Registration

2003-03-05 Thread Kevin Meltzer
Hello folks, I just wanted to alert people to the fact that registration has begun for YAPC::NA::2003. The Yet Another Perl Conferences (YAPCs) are grassroots symposia on the Perl programming language under the auspices of the Yet Another Society (YAS), a non-profit corporation for the advancemen

Re:

2002-10-05 Thread Kevin Meltzer
Read the docs for CGI.pm perldoc CGI Cheers, Kevin On Sat, Oct 05, 2002 at 07:33:33PM +0200, Vincent van Kuler ([EMAIL PROTECTED]) said something similar to: > How can I get the selected items from a > > Example: > > > > Selected > Component_1 > Component_3 > Compo

Re: URL decode

2002-10-05 Thread Kevin Meltzer
URI::Escape can do this for you. # perl -MURI::Escape -e 'print \ uri_unescape("%D7%91%D7%A8%D7%99%D7%AA")' > esc.txt The contents of esc.txt: \xd7\x91\xd7\xa8\xd7\x99\xd7\xaa Do what you need to with the output. Cheers, Kevin On Sat, Oct 05, 2002 at 08:25:31AM -0700, Kevin ([EMAIL PROTECTED

Re: Getting the web page language

2002-09-09 Thread Kevin Meltzer
Hi, Just to clarify... ISO-8859-1 is not 'Plain American English'. The charset for that is US-ASCII. ISO-8869-1 is extended ASCII (Latin1), and covers glyphs from most Western European languages. ( French (fr), Spanish (es), Catalan (ca), Basque (eu), Portuguese (pt), Italian (it), Albanian (sq)

Re: Getting the web page language

2002-09-08 Thread Kevin Meltzer
Does it matter what language, or what charset? You can always look at this and the lang="foo" tags to try to determine what language, or at least what charset, the page is in. Of course, a charset (like iso-8869-1) can cover many languages, but at least you can narrow it down a little if you d

[ADMIN - REDIRECT] Re: CGI script problem

2002-08-19 Thread Kevin Meltzer
This message is being redirected to the beginners-cgi list. Please answer on that list, and to the original poster. Thanks. Cheers, Kevin On Mon, Aug 19, 2002 at 04:11:14PM +0100, Matt Wetherill ([EMAIL PROTECTED]) said something similar to: > Hi list, > > I'm just trying to get started with c

Re: How fatalsToBrowser works ?

2002-08-16 Thread Kevin Meltzer
Please people, do NOT cross post to the beginners lists. If your question is not CGI related, post to the beginners list, if your question is CGI related, post to the beginners-cgi list. Never, ever, ever, ever should you need to ask a question on both lists. If you don't know which list to post

Re: mysql problem

2002-08-15 Thread Kevin Meltzer
Easy way to check is: perl -MDBD::mysql -e1 Cheers, Kevin On Thu, Aug 15, 2002 at 03:44:23PM -0500, Mike(mickako)Blezien ([EMAIL PROTECTED]) said something similar to: > Jim Lundeen wrote: > > ok, i just setup a new server (redhat 7.3) and my guy says that the > > dbd/dbi stuff is configured f

Re: problems with CGI module

2002-08-14 Thread Kevin Meltzer
."; > } > } > > > but the error checking isn't working, > i.e. if I've got 35mm checked, the error message isn't being displayed > > any other ideas? > > thanks, Pam > > >>> Kevin Meltzer <[EMAIL PROTECTED]> 08/14/0

Re: problems with CGI module

2002-08-14 Thread Kevin Meltzer
Hi Pam, On Wed, Aug 14, 2002 at 08:37:46AM -0700, Pam Derks ([EMAIL PROTECTED]) said something similar to: [snip] > elsif ($av_equip eq "slide" || "tvvcr" || "lcd" || "boombox" || "overhead" || >"opaque" || "flipchart" || "projection") { This is basically like saying: elsif ($foo eq "bar" |

[ADMIN - THREAD CLOSED] Re: REMOVE ME from your mailing list!

2002-08-14 Thread Kevin Meltzer
Hey folks, We don't need to have these sort of comments and flames to the list. I had emailed this person off list to give him other ways to unsubscribe (and have not heard back). Many times, people seem to try to unsubscribe from email addresses which aren't the ones subscribed to the list. Alth

Re: webBotting a Job Hunt

2002-06-07 Thread Kevin Meltzer
Is any of this relevent to this list? I don't think so. Again, please stay on topic. Cheers, Kevin On Fri, Jun 07, 2002 at 10:51:57AM -0700, drieux ([EMAIL PROTECTED]) said something similar to: > > volks, > > this is probably more an ethical question > than a technical question - since over

Re: Perl/CGI mysql book

2002-06-05 Thread Kevin Meltzer
Um.. what did the book not cover about this? We used DBI to connect to MySQL in about every chapter. What did the simple example on page 57 not provide for connecting to a DB? Cheers, Kevin On Wed, Jun 05, 2002 at 11:12:13AM -0700, Maureen E Fischer ([EMAIL PROTECTED]) said something similar to

Re: The Cannons of True Faith

2002-06-04 Thread Kevin Meltzer
My function is let t(x) be a boolean function that established if posts are on topic to the list at hand. Can we please keep posts topical, and useful to people who are beginners at CGI, please? If your post isn't helping a beginner, DO NOT SEND IT. Posts are getting mor

[ADMIN - THREAD CLOSED] Re: HTML in E-mail

2002-06-04 Thread Kevin Meltzer
I was just catching up on this thread, and see that it has spiraled out of the realm of 'on topic' for this list. Please consider this thread closed, and take it off-list if needed. Thanks for your cooperation. Cheers, Kevin -- [Writing CGI Applications with Perl - http://perlcgi-book.com] If y

Re: What is cat?

2002-06-03 Thread Kevin Meltzer
Type: man cat Cheers, Kevin On Mon, Jun 03, 2002 at 08:54:34AM -0500, Camilo Gonzalez ([EMAIL PROTECTED]) said something similar to: > I see the word 'cat' being used an awful lot lately here and have > encountered it in other readings. What is cat and what is it used for? > > #!/usr/local/bin

Re: why do I get the following warning for taint

2002-05-29 Thread Kevin Meltzer
You need to have -T on the command line as well: perl -cT script To find out why, 'perldoc perlsec' Cheers, Kevin On Wed, May 29, 2002 at 10:51:45AM -0700, Rob Roudebush ([EMAIL PROTECTED]) said something similar to: > > When I run perl -c myscript.cgi to test the syntax or perl -w ..., it

Re: Counter and scoping(?) issue

2002-05-29 Thread Kevin Meltzer
On Wed, May 29, 2002 at 03:05:36AM -0500, Roberto Ruiz ([EMAIL PROTECTED]) said something similar to: > Hi, God bless you. > > On Tue, May 28, 2002 at 12:45:53PM -0500, Camilo Gonzalez wrote: > > if ( $confirm_counter = "1"){ > ^ May be this your problem? > > In the

Re: Please use meaningful subjects

2002-05-23 Thread Kevin Meltzer
Or, to restate this, read the list FAQ :) http://learn.perl.org/beginners-cgi-faq Cheers, Kevin On Thu, May 23, 2002 at 08:25:53AM -0500, Robert Becker ([EMAIL PROTECTED]) said something similar to: > Please use meaningful subjects for your questions! Subjects like > 'Another newbie question' a

Re: Matt Wright's formMail

2002-05-15 Thread Kevin Meltzer
Yay us! (I work for Verio) Cheers, Kevin On Wed, May 15, 2002 at 08:40:45AM -0500, Camilo Gonzalez ([EMAIL PROTECTED]) said something similar to: > Verio, the world's largest ISP. > > Can you please tell me which ISP this is. I'm tring to keep a list of > ISPs that have come to their senses an

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
Try with only 1 \n.. try using MIME::Lite to form the email properly (which I mentioned before). I have no problems doing this with MIME::Lite. Cheers, Kevin PS. try trimming any text from replies which have nothing to do with the reply itself. On Tue, May 14, 2002 at 04:09:29PM -0500, Camilo G

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
You need a Content-Type header. Content-Type: text/html; charset="iso-8859-1" (or whatever your charset is) Cheers, Kevin On Tue, May 14, 2002 at 04:28:44PM +0300, messag from ESS ([EMAIL PROTECTED]) said something similar to: > hi all > I konw you havn't much time then I will begain directly

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
"compiled like hotmail" makes no sense. It is how the email client (in this case Hotmail and Yahoo!) handle incoming email messages. If you are not adding the proper header information, you can not expect the client to do what you want. Do you even know if Yahoo! handles HTML mail correctly? If i

Re: Matt Wright's formMail

2002-05-13 Thread Kevin Meltzer
oduction code. But, hey.. I live in a fantasy world where production code is reviewed, tested, portable, and uses common practices :) Cheers, Kevin (from Kevtopia) > Kevin Meltzer wrote: > > > > On Mon, May 13, 2002 at 09:14:03AM -0700, drieux ([EMAIL PROTECTED]) said >something

Re: [sorta OT] Re: Matt Wright's formMail

2002-05-13 Thread Kevin Meltzer
Ack.. I used to have a nice long, detailed reason why (I think I may have sent it to someone on this list at some point who asked me the same question). To sum up.. Matts code is bad. It has various security holes, is not maintained, and is in Perl 4. The 'vendetta' has come from years of him NO

Re: Matt Wright's formMail

2002-05-13 Thread Kevin Meltzer
On Mon, May 13, 2002 at 09:14:03AM -0700, drieux ([EMAIL PROTECTED]) said something similar to: > which version of the code is the 'problem' version? > > what is the current specific 'security' issue? > > there was a security update to v1.92 on 04/21/02 > has there been some new issue arise???

Re: Matt Wright's formMail

2002-05-13 Thread Kevin Meltzer
try the rewrite from NMS: http://nms-cgi.sourceforge.net/ Cheers, Kevin On Mon, May 13, 2002 at 10:07:54AM -0500, Camilo Gonzalez ([EMAIL PROTECTED]) said something similar to: > I've just been informned by my ISP that Matt Wright's formMail will no > longer be allowed on any of their servers

Re: Taint Mode

2002-04-04 Thread Kevin Meltzer
Hi Andrew, Please read the perlsec man page (perldoc perlsec) to learn about -T. If something still isn't clear, ask for some clarification. @INC is an array Perl uses to hold a list of directories which it will search for modules which are 'use'-ed or 'require'-ed. perl -wle 'print $_ . "\n"

[ADMIN REDIRECT] Re: Regular Expressions

2002-02-20 Thread Kevin Meltzer
Hello, I am redirecting this question from beginners-cgi to beginners. Please respond to the original poster ([EMAIL PROTECTED]) and the beginners list. Please remember that non-CGI related questions should not be send to beginners-cgi. Thanks. Cheers, Kevin On Wed, Feb 20, 2002 at 01:13:55PM -

[ADMIN] How do I Configure Perl for use with a Personal +Web Server?

2002-01-30 Thread Kevin Meltzer
Hello, This is not a mailing list to have holy wars over OSs on. It is not a mailing list to say what your favorite OS is, and why you dislike others. It is a place to get _friendly_ and (hopefully) useful advice. If you type a response which is neither friendly nor useful, don't send it to the l

Re: scheduling

2002-01-08 Thread Kevin Meltzer
man cron Cheers, Kevin On Tue, Jan 08, 2002 at 08:07:04AM -0600, Camilo Gonzalez ([EMAIL PROTECTED]) said something similar to: > Unix IRIX > > -Original Message- > From: Matthew Keen [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 7:28 PM > To: 'Camilo Gonzalez'; [EMAIL PR

Re: [ADMIN] Cross posting

2001-12-13 Thread Kevin Meltzer
That is in the FAQ, which everyone should have read, and shouldn't need to be said on the list. Actually, I seem to have left it out of the beginners-cgi FAQ and will add it in. For those of you only on the beginners-cgi list, until it is in the FAQ, have useful subjects :) Cheers, Kevin On Thu,

[ADMIN] Cross posting

2001-12-13 Thread Kevin Meltzer
Hello, I would like to ask people to be more mindful about cross-posting to both the 'beginners' and the 'beginners-cgi' lists. In other words, don't. The 'beginners' list is meant for Perl questions, not Perl/CGI questions. We added the 'beginners-cgi' list in order to handle the Perl/CGI relate

Re: help with open function

2001-12-10 Thread Kevin Meltzer
That would still not work. You are putting the cart before the horse, or rather, the filename before the filehandle. open(FH, "file.txt") ... perldoc -f open perldoc perlopentut Cheers, Kevin On Mon, Dec 10, 2001 at 05:35:14PM -0600, Herbold, John W. ([EMAIL PROTECTED]) said something similar

Re: accessing ASP functionality through Perl/CGI

2001-12-10 Thread Kevin Meltzer
Hi Molly, On Mon, Dec 10, 2001 at 01:11:06PM -0800, Molly Magai ([EMAIL PROTECTED]) said something similar to: > Does anyone know how to have a cgi script send a POST request to an > unrelated Web page? Have you looked at the LWP::* modules? > Here's why: We're getting a new NT server. We cur

[ADMIN THREAD CLOSED] Re: (End this thread) Re: Fwd: Fw: PLEEEEEEEASE READ!!!

2001-12-04 Thread Kevin Meltzer
Hi folks. I was hoping this would die out gracefully, but alas it has not. Let's consider this thread CLOSED and move on. Thanks for your cooperation. Cheers, Kevin On Mon, Dec 03, 2001 at 11:23:39AM -0800, Curtis Poe ([EMAIL PROTECTED]) said something similar to: > End this thread, please. If

Re: weather

2001-11-19 Thread Kevin Meltzer
Hi Nate, Take a look at these modules and see if any will do what you want: http://search.cpan.org/search?mode=module&query=Weather Cheers, Kevin On Mon, Nov 19, 2001 at 01:11:39PM -0800, Nate ([EMAIL PROTECTED]) said something similar to: > just a quick question, > > im would like write a

Re: XMLParser and Perl

2001-10-17 Thread Kevin Meltzer
Hi Art, What exactly are you looking for? You can look at the documentation for XML::Parser, XML::Simple, or any of the other XML::* modules. There are articles relating to XML and Perl on www.xml.com, and on www.perlmonks.com (search for some XML Q&A). There are Perl/XML related mailing lists wh

[ADMIN] Re: Everyone please move on.... RE: Sh*t!!!!!!!!

2001-10-11 Thread Kevin Meltzer
This thread has been closed. Take it off-list. Everyone chiming in with their $.02 will not solve anything, and does not help the signal/noise ratio of the list. Thank you for your cooperation. Cheers, Kevin On Thu, Oct 11, 2001 at 01:26:06PM -0400, aurillo, gabriel ([EMAIL PROTECTED]) said som

[ADMIN] Re: Sh*t!!!!!!!!

2001-10-11 Thread Kevin Meltzer
This thread is closed. Take it elsewhere. Cheers, Kevin On Wed, Oct 10, 2001 at 04:43:25PM -0700, Dean Theophilou ([EMAIL PROTECTED]) said something similar to: > "Jack ass" has 3 meanings. > > 1) Another word for a donkey; > 2) A derogatory reference to someone who is stubborn; > 3) A descrip

[ADMIN] Re: F**k This..

2001-10-10 Thread Kevin Meltzer
This thread is closed. I don't think I need to say why. When things don't seem to work for unsubscribing (you did *subscribe* successfully) from the multiple ways and directions given in the FAQ and website, they can contact [EMAIL PROTECTED] and make a request for help. Looking like an ass by cu

Fwd: [perlguy@perlguy.com: [REDIRECT] Re: Perl and secure CGI]

2001-10-09 Thread Kevin Meltzer
- Forwarded message from Kevin Meltzer <[EMAIL PROTECTED]> - I am redirecting this to the cgi-beginners list, which is more appropriate. Please send responses to the sender (Edd Dawson <[EMAIL PROTECTED]>) and the cgi-beginners list. Thanks. Cheers, Kevin On Tue, Oct 09, 2

Re: anti-SSSCA petition

2001-10-03 Thread Kevin Meltzer
I meant to alter the PDF with a signature, silly. Cheers, Kevin On Wed, Oct 03, 2001 at 12:37:55PM -0700, Curtis Poe ([EMAIL PROTECTED]) said something similar to: > > Well, okay :) > > use strict; > use HTTP::Request::Common qw/POST/; > use LWP::UserAgent; > > my $ua = LWP:

Re: anti-SSSCA petition

2001-10-03 Thread Kevin Meltzer
On Wed, Oct 03, 2001 at 03:06:33PM -0400, Bill Jones ([EMAIL PROTECTED]) said something similar to: > > I'll read and get back to the list (even thought this is way OT...) > -Sx- > > PS - Maybe we could use various Perl PDF module(s) to clean it up and bring > this back on topic? Please do. Th

Re: Killing multiple ' ' spaces from a string/$variable

2001-10-02 Thread Kevin Meltzer
Hi Shannon, Very close. You are allowed to use a pattern in a split. my @codes = split(/\s+/,$all_codes); Should give you what you want. This will split the string on 1 or more spaces. Look at 'perldoc -f split' for more information. Cheers, Kevin On Wed, Oct 03, 2001 at 09:47:11AM +1000, Sha

Re: whats the best cgi/perl book around?

2001-09-26 Thread Kevin Meltzer
On Wed, Sep 26, 2001 at 09:17:37AM +0200, Sawsan Sarandah ([EMAIL PROTECTED]) said something similar to: > I own the following CGI/Perl books: > > Writing CGI Applications with Perl > by Kevin Meltzer, Brent Michalski (Paperback) > -- primitive, doesn't talk much about cgi.p

Re: Need a perl program to access a SSL website

2001-09-22 Thread Kevin Meltzer
Hello, On Thu, Sep 20, 2001 at 04:20:40PM -0700, Families Laws ([EMAIL PROTECTED]) said something similar to: > I need to write a Perl program to access a SSL > website, login and scan the content of the first HTML > page. Have you looked at Net::SSLeay, or the LWP::* modules on the CPAN? If yo

Re: Whats my problem, among other things?

2001-06-12 Thread Kevin Meltzer
I am redirecting this question to the beginners-cgi list. Please respond to the original poster ([EMAIL PROTECTED]) and the beginners-cgi list, not the beginners list. Thank you. Cheers, Kevin On Tue, Jun 12, 2001 at 04:23:47PM -0600, T&R Customer Service ([EMAIL PROTECTED]) spew-ed forth: >