RE: Different reply-to?

2001-06-27 Thread Kris Cook
I'm compelled to add my voice to Al's on this. The other lists I've been member of have all had the group as the Reply-to address, not the individual sender. The monitors need to think this through. People will become annoyed with the duplicates, and ask to be removed from the list. The commun

reg cgi pgm running

2001-06-27 Thread nila devaraj
hi i am configuring iplannet webserver to run cgi scripts. i dont know how to run my program.. can anyone tell me how to run my hello world program? It wudbe really helpful to me if some one can show me the pointer. Thank you Regards nila __ Do You

Re: 500 Internal Server Error

2001-06-27 Thread Mark Bergeron
I really might help if you share a little code with the group. Just paste some into your email. Mark Bergeron -Original Message- From: "Paul Burkett"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Jun 25 12:59:08 PDT 2001 Subject: 500 Internal Server Error >Everything I try I get t

Some Advice plz :))

2001-06-27 Thread RDWest Sr.
hi yall, yup, i'm an old country boy... loli'm strugling here to learn perl on my own and with help from(maybe yall)lol so plz bare with me... i need some advice on an issue here... i'm creating, well trying to create, a ranking system for my online pals... i've ac

Re: Some Advice plz :))

2001-06-27 Thread Pierre Smolarek
e. you want us to do your work for you? /me points out that amazon has a large selection of very good perl books. - Original Message - From: "RDWest Sr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 3:11 PM Subject: Some Advice plz :)) hi yall,

SORRY... i didn't know guys :((

2001-06-27 Thread RDWest Sr.
my god, i don't recall asking for you to write my F* code Pierre Smolarek all i asked for was advice to point me in that direction... if being a programmer is ganna make me a SMART***, i think i better quit now... sorry casey i won't post no more like this RDWest Sr.

Re: SORRY... i didn't know guys :((

2001-06-27 Thread Pierre Smolarek
chill dude, only sayin' Look, i'm not sure how i can advice you.. what can i do less then write the code for you yes what you want is possible, how? well there are many ways to do it. What makes a good programmer is someone who CAN program. I'm not saying yoru not. I'm saying, try, andthen t

Re: Some Advice plz :))

2001-06-27 Thread Casey West
On Wed, Jun 27, 2001 at 03:24:24PM +0100, Pierre Smolarek wrote: : e. you want us to do your work for you? It sounds to me like RDWest is very new to all this. It is possible that he doesn't know where to start. We are here to help these folks too. : - Original Message - : From

RE: Some Advice plz :))

2001-06-27 Thread Chris Mulcahy
Wow, your response to Mr. Smolarek was a bit harsh, even though is response to you was harsh as well. Hmm Anyway, you'll have to read each line in and parse it and write it out, modifying the appropriate line. You already have the parsing done or you'd not be able to send the confirmation a

Crypt function

2001-06-27 Thread James Kelty
Can anyone point out a good book that details the functionality of perl and crypt()? I would like to have a cgi page that allows new member to sign up, hold the info in a flat file, but I would like to have the passwords encrypted. Any help would be much appreciated! Thanks alot! -James

Re: Crypt function

2001-06-27 Thread Randal L. Schwartz
> "James" == James Kelty <[EMAIL PROTECTED]> writes: James> Can anyone point out a good book that details the functionality James> of perl and crypt()? I would like to have a cgi page that James> allows new member to sign up, hold the info in a flat file, but James> I would like to have the p

Re: Re: Some Advice plz :))

2001-06-27 Thread Mark Bergeron
Oh boy... here we go! This should fire up some creativity. This first book should be the Random House Dictionary of the English Language (-; Followed by the "Llama" book. Followed by a great list of resources for solving this type of problem easily. my 2 cents early, Mark Bergeron -Origina

Re: Crypt function

2001-06-27 Thread ebgb
On Wed, Jun 27, 2001 at 08:49:55AM -0700, James Kelty wrote: > Can anyone point out a good book that details the functionality of perl > and crypt()? I would like to have a cgi page that allows new member to > sign up, hold the info in a flat file, but I would like to have the > passwords encrypt

Re: Re: Some Advice plz :))

2001-06-27 Thread Pierre Smolarek
But seriously.. I didn't mean to sound harsh... I understand that you want your problem solved... Now.. if we gave the answer (wrote the script for you) then you'll abuse our help and ask again and again we are here to help people leran. Like someone else said, be a little bit mor spacific an

Help with Download

2001-06-27 Thread Moon, John
I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to pc then ftp to Unix as binary to directory when I want to install ) but am not familiar with the tar processor... When I tried : SUN2>tar xvf *.tar got the following message ... tar: directory checksum error Please help

Re: Help with Download

2001-06-27 Thread Pierre Smolarek
tar -xzvf CGI.pm.tar.gz failing that.. use cpan perl -MCPAN -e shell; install CGI - Original Message - From: "Moon, John" <[EMAIL PROTECTED]> To: "CGI Beginners" <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 5:46 PM Subject: Help with Download > I have downloaded http://stein.c

Re: Help with Download

2001-06-27 Thread fliptop
"Moon, John" wrote: > > I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to > pc then ftp to Unix as binary to directory when I want to install ) but am > not familiar with the tar processor... When I tried : > > SUN2>tar xvf *.tar you need to unzip it first: gunzip *.gz

Re: Help with Download

2001-06-27 Thread Kathryn Hargreaves
Or use GNU tar: tar -xzvf *.tar "Moon, John" wrote: > > I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to > pc then ftp to Unix as binary to directory when I want to install ) but am > not familiar with the tar processor... When I tried : >

Re: Encrypting data on the server

2001-06-27 Thread Richard J. Barbalace
Mark Ross <[EMAIL PROTECTED]> writes: > Here's my goal: To take information via a form, encrypt it with a duel key > encryption, and then write that encrypted message to a text file for latter > use. I also need to do this in such a way so that the server admin's can't > read it (I work for a cred

RE: Help with Download

2001-06-27 Thread Moon, John
Thanks for the help ... I got a little further but still get : ... ... ... tar: CGI.pm-2.752/CGI.pm - cannot create tar: CGI.pm-2.752/README - cannot create tar: CGI.pm-2.752/cgi_docs.html - cannot create tar: CGI.pm-2.752/Makefile.PL - cannot create tar: CGI.pm-2.752/cgi-lib_porting.html

RE: Help with Download

2001-06-27 Thread Moon, John
Thanks again for the help ... needed to change my default mask to allow tar to create dirs with correct permissions ... I was/am not use to what tar does ... now the make ... -Original Message- From: Moon, John [mailto:[EMAIL PROTECTED]] Sent: June 27, 2001 14:30 To: CGI Beginners Su

FW: IS THERE A PLATFORM FOR PERL DEVELOPERS?

2001-06-27 Thread Perkins, Robert
I want to start developing perl applications in a windows 95 environment where and how do I about obtaining a compiler of some sort to accomplish this. Additionally how do I cater the software to my environment. -Original Message- From: [EMAIL PROTECTED]%internet [mailto:[EMAIL PROTECTED

Help with make

2001-06-27 Thread Moon, John
Any one know what to do next ... ? I've never used "make" before ... SUN1>perl5.00502 Makefile.PL INSTALLDIRS=site INSTALLSITELIB=/opt/common/html/actual/cgi-bin/Library/CGI then SUN1>make returns ... mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/CGI m

Re: Help with make

2001-06-27 Thread James Kelty
"Moon, John" wrote: > > Any one know what to do next ... ? I've never used "make" before ... > > SUN1>perl5.00502 Makefile.PL INSTALLDIRS=site > INSTALLSITELIB=/opt/common/html/actual/cgi-bin/Library/CGI > > then > Try just running: $ perl Makefile.PL You have a version miss-match, that's al

Including other files

2001-06-27 Thread James Kelty
Can you include say a header and footer .cgi file that is just a subroutine? The reason I ask, is that it seems to me that it might make things (on a larger application) easier if all you had to do was mess with the middle content of the pages. Does this make sense at all? -James

Re: Including other files

2001-06-27 Thread Brett W. McCoy
On Wed, 27 Jun 2001, James Kelty wrote: > Can you include say a header and footer .cgi file that is just a > subroutine? The reason I ask, is that it seems to me that it might make > things (on a larger application) easier if all you had to do was mess > with the middle content of the pages. Doe

Re: Including other files

2001-06-27 Thread James Kelty
Sorry about the confusion. I did mean in the body of the main cgi and subsequent cgis later. Not SSIs. Sorry about that. -James "Brett W. McCoy" wrote: > > On Wed, 27 Jun 2001, James Kelty wrote: > > > Can you include say a header and footer .cgi file that is just a > > subroutine? The reason

Re: Including other files

2001-06-27 Thread Brett W. McCoy
On Wed, 27 Jun 2001, James Kelty wrote: > Sorry about the confusion. I did mean in the body of the main cgi and > subsequent cgis later. Not SSIs. Sorry about that. Well, yes, you can do that. In fact, from a design standpoint, it's definitely a good idea to take out the common elements of your

Problem with my code

2001-06-27 Thread Greg Touchton
I can't get any response from the location I am trying to contact. I can reach an external location like www.yahoo.com without any problem. When I use my web browser I have no problem receiving a response from the CGI even if I give bad information to the POST. I know I am not using a proxy. Pl

Re: Including other files

2001-06-27 Thread Mark Bergeron
Yes you can. -Original Message- From: "James Kelty"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Jun 27 15:18:23 PDT 2001 Subject: Including other files >Can you include say a header and footer .cgi file that is just a >subroutine? The reason I ask, is that it seems to me that it m

Re: Problem with my code

2001-06-27 Thread David Labatte
First you should always use strict. It'll help catch things like your misspeling of jonh. The request you are sending is for a POST, which means that the form data has to be passed in the body of the request, which you forgot to do. So just add: $req->content($john); Correct the spelling mista

beginner's addressbook tutorial - Summary 1 - a summary of what we've done so far

2001-06-27 Thread fliptop
Summary 1 is complete, and is available at: http://www.peacecomputers.com/addressbook_toot-sum1.html coming next - step 8 - creating methods to search and display results side note: i apologize for the delay in getting this out, things have been really crazy here the past week.

correction

2001-06-27 Thread fliptop
sorry, the next installment will be Step 7, not 8.

Re: Including other files

2001-06-27 Thread Rajeev Rumale
Hi, I have a similar situation in my project. I have created a file like mylib.pl and I put all my subroutines into it. In every page which I use i just add a line "require mylib.pl" IT works fine for me. I would like to know 1. if this approch is Good 2. Is their any performance problem com

perl -MCPAN -e shell creates a second version of Perl

2001-06-27 Thread Bruce D. Meyer
On two machines now, I have run" perl -MCPAN -e shell (RedHat 7.1, and RedHat 6.2) when I query: which perl I get: /usr/local/bin/perl when I run: find / -name perl I get (among some other stuff) /usr/local/bin/perl /usr/bin/perl Executing: /usr/local/bin/perl -V gives: perl 5.6.1 (I w

Re: Crypt function

2001-06-27 Thread Richard J. Barbalace
Randal L. Schwartz <[EMAIL PROTECTED]> writes: > my $encrypted = crypt($cleartext, "zz"); > . > As for that salt parameter, ignore it. I just use "zz" or something. > In this day and age with fastcrypt implementations, having a varying > salt really doesn't add much to security. Having a bet

Again : Including other files

2001-06-27 Thread Rajeev Rumale
Hi, I have a similar situation in my project. I have created a file like mylib.pl and I put all my subroutines into it. In every page which I use i just add a line "require mylib.pl" IT works fine for me. I would like to know 1. if this approch is Good 2. Is their any performance problem com

Re: reg cgi pgm running

2001-06-27 Thread nila devaraj
i think this is exclusively for cgi programming.. that too for beginners.. as a beginner i have to configure iplannet in my system then only i can run my cgi program . right???.. then what is wrong in asking abt it??? if it is still out of question.. i am sorry for posted this question. Thanx Reg

remove me from mailing list

2001-06-27 Thread Ray
Please remove me from the mailing list. Thank You [EMAIL PROTECTED]

Re: Different reply-to?

2001-06-27 Thread Gary Stainburn
I thought that the moderators had asked for these threads to be ceased. The number of emails on this topic, along with the ones on unsubscribing is getting unbelievable - I know, I've just $cout++'d this. I am on more lists than is good for me, and while some do add a prefix to the subject oth

Re: Different reply-to?

2001-06-27 Thread Casey West
On Wed, Jun 27, 2001 at 01:18:37PM +0100, Gary Stainburn wrote: : I thought that the moderators had asked for these threads to be ceased. Yes, we have. This will be the last and final message on the subject. :) : The number of emails on this topic, along with the ones on unsubscribing is : ge