Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

  • Members: 2100
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 171 - 200 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
171 Greg Webster
greg@... Send Email
Jan 2, 2000
12:02 am
I've been playing with the following script this morning and I keep getting a 500 server error when I submit a form to the "userlogin" subroutine. Any help ...
172 Jeff Boes
jboes@... Send Email
Jan 2, 2000
1:22 am
... Well, without even looking at your code, may I refer you to the following reference: The Idiot's Guide to Solving Perl CGI Problems ...
173 Ahrendt, Robert
RAHRENDT@... Send Email
Jan 3, 2000
12:58 pm
don't you get a 500 error when you don't set your script permissions? chmod 755 perlscript.pl...
174 Jeff Boes
jboes@... Send Email
Jan 3, 2000
1:23 pm
Actually, you can get a 500 error from a number of things: * syntax error in the script * bad header (usually caused by a run-time error occurring before the...
175 Greg Webster
greg@... Send Email
Jan 3, 2000
6:42 pm
... Looks like you've got it...I made these two changes and all worked well! Thanks! Greg Your faithful moderator...
176 Greg Webster
greg@... Send Email
Jan 3, 2000
6:43 pm
... Yup, permissions were all correct, believe me, that's the first thing I checked...in the end it was an error based on using != instead of ne. Thanks, Greg...
177 CN Liu
cn@... Send Email
Jan 7, 2000
4:07 am
Hello! I have seen Informix datatabase engine running in SCO being able to verify user's identity by matching userid/password entered by user upon entries in...
178 Dan Boger
dan@... Send Email
Jan 7, 2000
5:47 pm
On Fri, 07 Jan 2000 12:03:26 +0800 CN Liu <cn@...> wrote ... well, I can give you part of the solution - look at the crypt function: (snip from...
179 CN Liu
cn@... Send Email
Jan 10, 2000
9:05 am
... Hello! Dan, The direction you gave me is very very helpful to me. It is almost the exact solution I need. The last, I hope, bottleneck I have is that ...
180 Dan Boger
dan@... Send Email
Jan 10, 2000
3:57 pm
On Mon, 10 Jan 2000 17:08:47 +0800 CN Liu <cn@...> wrote ... sorry, my mistake - it was working for me cause of our yp server. To be able to...
181 Vicki Hargis
vhargis@... Send Email
Jan 19, 2000
9:26 pm
I created an email referral script. I am using the -t in the line open (Mail,"|/usr/lib/sendmail -t")||&ErrorMessage; I want to make sure this script is...
182 Jeff Boes
jboes@... Send Email
Jan 19, 2000
9:38 pm
... You might want to look at Mail::Mailer or some such instead. You're doing it the hard way... ... "sendmail -t" doesn't have anything to do with tainted...
183 James Fox
james@... Send Email
Jan 21, 2000
10:55 am
Hi There, I am getting this error message which I am totally stumped by, can anyone help by telling me in simple terms what it means? CGI ERROR Socket object...
184 Aram Mirzadeh
awm@... Send Email
Jan 21, 2000
7:57 pm
Hi, I'm trying to load a select statement into a popup_menu for displaying on a website. Using any of the normal functins, the only thing i can return are...
185 Jeff Boes
jboes@... Send Email
Jan 24, 2000
2:31 pm
... If the select statement returns just one column, you can do it like this: [note: some preparation steps and most error handling omitted for clarity] $stmt...
186 Jeff Boes
jboes@... Send Email
Feb 2, 2000
12:53 am
In case the resource hasn't been mentioned here on the list recently, I'd like to point out this: http://cgi.resourceindex.com/Documentation/CGI_Tutorials/ ...
187 Greg Webster
greg@... Send Email
Feb 2, 2000
1:52 am
Thanks! BTW, if anyone wants to post mini-tutorials on here for beginners, feel free! Things like "How to use modules", "How to use multidimensional arrays",...
188 Suporte Técnico Ne...
suporte@... Send Email
Feb 2, 2000
1:33 pm
Hello all, It's my first message to this list, and I have 2 questions: 1) I need to change a line in a file. I know how to add a simple line, but I need to...
189 Jeff Boes
jboes@... Send Email
Feb 2, 2000
1:34 pm
... I should also put in a plug for my upcoming gig, "BEGIN {Use Perl;}" (title still tentative). It's a beginner's level monthly column starting in March at...
190 Jeff Boes
jboes@... Send Email
Feb 2, 2000
2:02 pm
... A very good source for answers to questions like these is the Perl Cookbook. I highly recommend it as your second Perl book. ... Perl's sequential file...
191 Suporte Técnico Ne...
suporte@... Send Email
Feb 2, 2000
2:21 pm
Jeff, ... Thank you so much! Where cai I find the Perl Cookbook? One of the reasons that I'm in this list is that I don't find a good manual... -- Thanks in...
192 Dan Boger
dan@... Send Email
Feb 2, 2000
4:13 pm
On Wed, 02 Feb 2000 11:35:46 -0200 Suporte Técnico NetAlfa <suporte@...> wrote ... well, since you can't tell perl to change just the one line, you...
193 Dan Boger
dan@... Send Email
Feb 2, 2000
4:14 pm
... just curious - why the seperation of the $header_line from the rest of the @lines? Dan...
194 Jeff Boes
jboes@... Send Email
Feb 2, 2000
4:18 pm
... Any online bookseller is likely to carry it: www.bookpool.com www.fatbrain.com www.amazon.com You might even find a copy at www.ebay.com. I don't know...
195 Jeff Boes
jboes@... Send Email
Feb 2, 2000
4:26 pm
... No particular reason--the original file looked like the first line was "special" in some way, so I wanted to illustrate how you could separate it upon...
196 AMIT BEHAL
amit.behal@... Send Email
Feb 3, 2000
8:29 am
Hello, I am new to Perl programming. I am using ActiveState Perl, installed under Win NT4 and am using IIS4. The problem is that, my perl script runs fine from...
197 Smith, Eric - WPAFB/Y...
Eric.Smith@... Send Email
Feb 3, 2000
4:17 pm
You need to set the appropriate associations or script mappings in IIS. See the FAQ for details (in your ActivePerl docs or on the ActiveState site). - Eric...
198 Frank Hale
frankhale@... Send Email
Feb 4, 2000
3:46 pm
I would like to write some functions in C and then write a perl module to call these functions. Do I need to compile the C functions into a shared lib? How ...
199 Nikita
nikita@... Send Email
Feb 4, 2000
5:01 pm
Keep in mind you need wrappers, so take a look at h2xs, xsubpp, and SWIG O'Reilly's "Advanced Perl Programming" has an entire chapter on the subject. ... ...
200 Frank Hale
frankhale@... Send Email
Feb 4, 2000
5:43 pm
... Okay where can I find these? Frank ===== ICQ: 7205161 http://sapphire.sourceforge.net - Another X11 Window Manager ...
Messages 171 - 200 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help