Re: Confusion on @array vs $array[] vs $array

2002-12-18 Thread Mark Bergeron
I can see where you're coming from on this. However the most obvious reason is that perl has no relationship in scalar context between @somename and %somename. Your question regarding the "special" $ is not germane to this concept. Each element of the array is a separate scalar variable, accesse

Re: Re: automatically downloading files into a certain directory

2002-12-12 Thread Mark Bergeron
You could try using a refresh. First click pulls the information from the database and stuffs it into a file. The refresh loads the link of that file and downloads it from the browser. -Original Message- From: "zentara"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu Dec 12 05:35:48 P

Re: Re: including perl in html

2002-12-11 Thread Mark Bergeron
It would help if you gave just a simple example but, I think you want somnething like this: if ( $q->param( 'something' ) { print qq` $your_value `; } course' that's using CGI.pm -Original Message- From: "Bob Showalter"<[EM

Re: Re: html redirect using CGI.pm

2002-12-09 Thread Mark Bergeron
if ($password ne $upassword) { print "Location: /pages/login.htm\n\n"; } else { print "Location: /pages/yourpage.htm\n\n"; } Something like that may work. -Original Message- From: "Scot Robnett"<[EMAIL PROTECTED]> To: "Admin-Stress"<[EMAIL PROTECTED]>, "perl cgi"<[EMAIL PROTECTED

Re: Re: tutorials

2002-11-25 Thread Mark Bergeron
I really like your ideas and the examples. I just have a hang up with having to scroll to the left on pages. Hey, It's me not you (-8 -Original Message- From: "Ovid"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL

Re: Re: tutorials

2002-11-25 Thread Mark Bergeron
Yes, it's pretty good but, the font sizes on the page are too big. Someone may consider changing them to font size 2. Other then that it's an informative site. -Original Message- From: "Ovid"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Sun Nov 24 13:55:12 PST 2002 Su

Re: Re: tutorials

2002-11-23 Thread Mark Bergeron
Yes, CGI with Perl is a great one. I wish they would print a 3rd Edition though. -Original Message- From: "Scot Robnett"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Sat Nov 23 14:30:15 PST 2002 Subject: Re: tutorials >Always look to O'Reilly first, they usually have

Re: Re: tutorials

2002-11-23 Thread Mark Bergeron
Don't forget about the "Official Guide To Programming With CGI.pm". The book is hard to find but the site has a lot of information and examples: http://www.wiley.com/legacy/compbooks/stein/index.html -Original Message- From: "Al Hospers"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL P

Re: Non-caching META-tags

2002-11-21 Thread Mark Bergeron
sub mainHeader{ print $q->header( -type => "text/html", -expires => "now" ), $q->start_html( -title => "Your Title"); This has always worked for me. I don't know if will do everything for you. -Original Message- From: "Nick Malden"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed

Re: Menus and Forms

2002-08-20 Thread Mark Bergeron
I'm pretty sure there is an example of just this type of thing here: http://www.cgi101.com/class/ch5/text.html Try that maybe (-8 -Original Message- From: "Margaret"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Aug 20 02:01:53 PDT 2002 Subject: Menus and Forms >Hi > >Can someone

Re: Re: form display problem

2002-06-13 Thread Mark Bergeron
Perl programming is like the Breakfast Bar at Shoneys! Take what you want and leave the rest. Ask questions, ask questions, ask questions. -Original Message- From: "Janek Schleicher"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Jun 12 01:42:23 PDT 2002 Subject: Re: form display pr

Re: Re: Matt Wright

2002-05-15 Thread Mark Bergeron
Hey, this is cool. It's about time to update things around the universe. -Original Message- From: "Camilo Gonzalez"<[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]>, "Camilo Gonzalez"<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Mon May 13 08:17:47 PDT 2002 Subject: Re:

Re: Using strict with DBI

2002-04-30 Thread Mark Bergeron
Rob, use strict; shouldn't really affect the syntax of any DBI handle or statement. I would help if you included an example for us to have look at here. -Original Message- From: "Rob Roudebush"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Apr 29 18:15:23 PDT 2002 Subject: Using str

Re: Poll for my site

2002-03-19 Thread Mark Bergeron
You could run a small img though your while loop and have it place one next to the other (side by side) using your rowcount values. That would be one way. or you could try it with a foreach() as well. Mark -Original Message- From: "GsuLinuX"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [E

Re: Using CGI.pm

2002-03-18 Thread Mark Bergeron
Well, If your using CGI.pm you have the power and flexibility of using the object parameters like "q->" it's really a great short hand for coding pages esspecially for headers and footes and tables and style sheets and the like. Of course you can blend CGI.pm formatted code with HTML here docum

Re: Help with ODBC/CGI/IIS

2002-02-15 Thread Mark Bergeron
Not unless you purchase XP Pro. It also comes bundled with Win2K pro and of course Win2K Server. And BTW, i thought it was pretty crappy of MS not to have it for XP Home OR support PWS for XP Home. Oh well, Apache it is! -Original Message- From: "Al Hospers"<[EMAIL PROTECTED]> To: [EMAI

Re: Re: Help with ODBC/CGI/IIS

2002-02-14 Thread Mark Bergeron
Yes, by all means get out of the registry. There are so many other ways to set your stuff up. Unless of course you really like that sort of thing. Here is a link from MS on IIS. It may help: http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/iis/tips/iis5chk.asp IIS

Re: Re: Is there a good CGI.pm tutorial online?

2002-02-05 Thread Mark Bergeron
If you have not checked out the CGI.pm site you should. I contains a lot of ready to go examples. You can cut and paste onto your machine and really play around with them. Here is the links: http://www.wiley.com/legacy/compbooks/stein/source.html http://stein.cshl.org/WWW/software/CGI/cgi_docs.

Re: Re: Windows XP

2002-01-12 Thread Mark Bergeron
IIS is only bundled with XP Pro. Can you beleive that! What MS crapola. -Original Message- From: "Steven Vargas"<[EMAIL PROTECTED]> To: "Kamali Muthukrishnan"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Fri Jan 11 17:17:29 PST 2002 Subject: Re: Windows XP >Is PWS, or IIS installed on the

Re: Question

2001-12-24 Thread Mark Bergeron
I found this: http://www.opensa.org/manual/apache_guide/mod/mod_isapi.html It may help. But I can't find the damn module. -Original Message- From: "Brent Mosley"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Sun Dec 23 14:58:12 PST 2001 Subject: Question > >Hi everyone! > >I have a que

Re: Question

2001-12-23 Thread Mark Bergeron
Hey, that's what I was wondering too. But on windows XP. They screwed the developer by leaving out IIS and not supporting PWS with this version of Windows. -Original Message- From: "Brent Mosley"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Sun Dec 23 14:58:12 PST 2001 Subject: Questio

Re: Creating a CGI menu

2001-12-13 Thread Mark Bergeron
For this I would consider using SSI. That way you only have to make your changes in the "config" files once for the whole site. Using SSI: http://www.perlmonks.com/index.pl Lots of different ideas here. Mark Bergeron' -Original Message- From: "Gerry Jones&qu

Re: src with Perl

2001-12-11 Thread Mark Bergeron
Great for counter scripts. -Original Message- From: "Lupo"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Dec 11 09:22:29 PST 2001 Subject: src with Perl >(Sorry for my English...) > >Can I request an image-path with Perl? > >... > >

Re: script doesn

2001-12-11 Thread Mark Bergeron
Have you set up your cert on the server? -Original Message- From: "Alex Chau"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Dec 10 20:21:24 PST 2001 Subject: script doesn't work under https but works under http??? >hi everybody, > >I have posted a script to my server, and it works p

Re: cgi & form

2001-12-10 Thread Mark Bergeron
How are you calling the form. You might try and including a little of your code so we can see what's going on. -Original Message- From: "Tat Nam"<[EMAIL PROTECTED]> To: "Beginners Perl"<[EMAIL PROTECTED]> Date: Sun Dec 09 23:01:10 PST 2001 Subject: cgi & form >Hi, > I'm writing a surv

Re: Hopefully I can see the light.

2001-12-08 Thread Mark Bergeron
Mark, Have you seen this example: http://www.wiley.com/legacy/compbooks/stein/code/customizable.cgi I think it's close to what you want to acomplish. Loop through user defined preferences and set the bgcolor, etc... to the users choice. Check it out

Re: Re: Need basic commands on perl programming

2001-12-07 Thread Mark Bergeron
Yes, it's easy to understand. Limited examples though. Read (past tense) the book. Easily worth the 21.95 -Original Message- From: "Jeremy Webster"<[EMAIL PROTECTED]> To: "Jerry Preston"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Fri Dec 07 10:09:43 PST 2001 Subject: Re: Need basic comm

Re: Re: Need basic commands on perl programming

2001-12-07 Thread Mark Bergeron
Not the best stuff in the world but it will get you started with a lot of the basics. Forms, directories, cookies. Stuff like that. GoTo: http://cgi.resourceindex.com/Documentation/ GL, Mark Bergeron -Original Message- From: "Jerry Preston"<[EMAIL PROTECTED]> To

Re: Cookie Help PLEASE!

2001-11-18 Thread Mark Bergeron
In your conditional loop for checking the PW, why don't you just use a Reponse redirect. if ( defined $cookie ) { print $q->redirect("/gamepage.htm"); } else { print "Location: /index.htm\n\n"; } untested. -Original Message- From: "Andre` Niel Cameron"<[EMAIL PROTECTE

Re: questions

2001-10-25 Thread Mark Bergeron
I know this is a beginner's list. And, we have all been at the point of starting out but, you've get to explain your situation a bit better than this. What window?, do you want to collapse a window during a process and have it post something on after the completion of another process. In front?

Re: trying to write to a file

2001-10-25 Thread Mark Bergeron
And I quote, "just like 6 lines of code and it doesnt work so I need some help." Are you sure about this? -Original Message- From: "Matthew Mangione"<[EMAIL PROTECTED]> To: "Linux Beginners"<[EMAIL PROTECTED]> Date: Thu Oct 25 09:35:02 PDT 2001 Subject: trying to write to a file >hey im

Re: Re: i need help with Perl and HTML please

2001-10-23 Thread Mark Bergeron
You have to call the script from the form element: --All of your fields or etc.. here-- or you could trigger it with a link Login In something like that. -Original Message- From: "_brian_d_foy"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Oct 23 10:00:47 PDT 2001 Subject: Re

Re: Free CGI Hosting?

2001-10-22 Thread Mark Bergeron
Why don't you just run the scripts on your machine? You can do that ya' know. You just need a free webserver like Apache or PWS (Personal Web Server) from MS. -Original Message- From: "pAuLyOYo"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Sun Oct 21 18:26:43 PDT 2001 Subject: Free CGI

Re: Re: Multi-page CGI Form

2001-10-17 Thread Mark Bergeron
then searching all over the web for answers. Mark Bergeron' -Original Message- From: "Randal L. Schwartz"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Oct 17 07:57:13 PDT 2001 Subject: Re: Multi-page CGI Form >>>>>> "Justin" == Justin

The removal process for padula

2001-10-11 Thread Mark Bergeron
Aawww, Itdel weedle padula got dawere feelings hwurt. )-8 -Original Message- From: "aurillo, gabriel"<[EMAIL PROTECTED]> To: "padula, domenic"<[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]> Date: Thu Oct 11 10:26:06 PDT 2001 Subject: Re: Everyone please move on RE: Sh*

Re: Re: Getting Stared with CGI.pm

2001-10-10 Thread Mark Bergeron
I don't know if you've tried this one yet? http://stein.cshl.org/WWW/software/CGI/ The site of the guy that wrote cgi.pm -Original Message- From: "Carl Franks"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Oct 08 06:26:49 PDT 2001 Subject: Re: Getting Stared with CGI.pm >I can rec

Re: Re: Simple CGI Question

2001-09-30 Thread Mark Bergeron
Yes, I would agree, You'll find with just a little practice, you can write you own code and scripts easier, faster, and most times, more efficient for what you need. -Original Message- From: "Randal L. Schwartz"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], "Geoff Ball"<[EMAIL PROTECTED]> Da

Re: whats the best cgi/perl book around?

2001-09-26 Thread Mark Bergeron
The one you learn the most from of course! -Original Message- From: "louie miranda"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Sep 25 19:38:06 PDT 2001 Subject: whats the best cgi/perl book around? >Hi, im just wondering whats the best cgi/perl book? >thnx. > > > >louie miranda (

Re: structure of scripts (newbie Q)

2001-09-20 Thread Mark Bergeron
ere though. Another place to review is the perlstyle manpage. Your code is your own however. It just depends on whom will have to deal with it in the event you leave or give it away. That's 2cents for whatever it's worth. GL, Mark Bergeron' -Original Message- From: "Stepha

Re: Re: Volunteer Project

2001-09-20 Thread Mark Bergeron
Give me an example of what you guys need, I'll look at it for you. I couldn't give you a deadline or timeframe right nowe though. Mark Bergeron' -Original Message- From: "Gary Stainburn"<[EMAIL PROTECTED]> To: "Bradley M. Handy"<[EMAIL PRO

Re: Re: "Unless" statement

2001-09-18 Thread Mark Bergeron
Very good. You're paying attention. -Original Message- From: "Brett W. McCoy"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]> Cc: "David Draley"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Tue Sep 18 15:23:22 PDT 2001 Subjec

Re: Security Suggestions Please!

2001-09-18 Thread Mark Bergeron
I would run everything inside of a Secure Socket Layer (SSL) Win32 and/or use some type of algorithm to encrypt the data between scripts. I would look into Digest::MD5, it's a 128 bit one way hash algorithm. Go to CPAN for more info. Could be an idea to get you started. GL, Mark Ber

Re: "Unless" statement

2001-09-18 Thread Mark Bergeron
I would go: unless ( ($x < 50) || ($x > 80) ){ print ""; } of course you could use and, or you can only use and, or if your running at least Perl5 -Original Message- From: "David Draley"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Sep 17 14:36:06 PDT 2001 Subject: "Unless"

Re: Re: active perl on IIS

2001-09-03 Thread Mark Bergeron
Let me also add, unlike *nix, you may run scripts from virtualy any folder you see fit on Win (within wwwroot for the web of course). Everything is really governed by the permissions and etc... you set on the folder itself. In some cases it makes sense to name the cgi folder something less obvi

Re: active perl on IIS

2001-08-29 Thread Mark Bergeron
This may help: http://www.wiley.com/legacy/compbooks/stein/source.html of course there are so many more. Mark Bergeron' -Original Message- From: "Lynn Glessner"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Aug 29 11:37:49 PDT 2001 Subject: active perl on I

Re: Re: CGI on IIS <- bad idea?

2001-08-15 Thread Mark Bergeron
This could be. When running under #!/usr/bin/perl -wT Too late for -T I'm running 626 on Win2K Pro IIS -Original Message- From: "Curtis Poe"<[EMAIL PROTECTED]> To: "CGI Beginners"<[EMAIL PROTECTED]> Date: Wed Aug 15 09:50:54 PDT 2001 Subject: R

Re: Re: CGI on IIS <- bad idea?

2001-08-15 Thread Mark Bergeron
Taint won't run on Win32 anyway. -Original Message- From: "Curtis Poe"<[EMAIL PROTECTED]> To: "CGI Beginners"<[EMAIL PROTECTED]> Date: Tue Aug 14 15:02:40 PDT 2001 Subject: Re: CGI on IIS <- bad idea? >--- Eric Wang <[EMAIL PROTECTED]> wrote: >> Thanks! can you explain what does the tain

Re: Re: Beginning CGI

2001-08-15 Thread Mark Bergeron
You can definetly run CGI's on IIS. Check out Active State http://www.activestate.com or Indigo Perl I think it's http://www.indigostar.com/indigoperl.htm GL, Mark -Original Message- From: "Eric Wang"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAI

Re: Beginning CGI

2001-08-14 Thread Mark Bergeron
Well, it would really help if you could give us an example of what you want to do (-; Mark Bergeron' -Original Message- From: "kahine Kldon"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Aug 14 05:39:16 PDT 2001 Subject: Beginning CGI >Hi: > >I'

Re: Re: Perl Editors

2001-08-08 Thread Mark Bergeron
Nice tool. Veeey sloowww load times. Oh well. -Original Message- From: "Joel Hughes"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Aug 08 11:35:56 PDT 2001 Subject: Re: Perl Editors >I've used ActiveStates Komodo editor which is nice & free > >joel > >-Original Message-

Re: Re: Perl Editors

2001-08-08 Thread Mark Bergeron
Are you teaching or learning? Well, there ya' go! -Original Message- From: "Kuchler, David"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Aug 08 11:40:19 PDT 2001 Subject: Re: Perl Editors >When I saw Komodo, there were three licensing options for Windows >environments: Commercial

Re: Sending Mail with CGI on Windows server

2001-07-31 Thread Mark Bergeron
Use Net::SMTP. You'll find it and supporting documentation on CPAN. -Original Message- From: "James Boeck"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Jul 31 08:18:07 PDT 2001 Subject: Sending Mail with CGI on Windows server >Hello All, > >I too am a newbie in the world of perl.

Re: Copy and past HTML into a perl script

2001-07-13 Thread Mark Bergeron
You may want to try this: print "Content-type: text/html\n\n"; print < etc... EOF -Original Message- From: "Tony Paterra"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Fri Jul 13 10:44:56 PDT 2001 Subject: Copy and past HTML into a perl script >I have a cgi script that I need to past

Re: Re: Script written HTML won

2001-07-10 Thread Mark Bergeron
Oh, no doubt. Sometimes it's something as minor as one unclosed tag. Netscape has been notorious for that. -Original Message- From: "Bradley M. Handy"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]>, "Samuel Brown"<[EMAIL PROT

Re: Script written HTML won

2001-07-10 Thread Mark Bergeron
Let me get this straight. You can see the source but not the HTML output in the browser? Mark Bergeron -Original Message- From: "Samuel Brown"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Jul 10 10:20:57 PDT 2001 Subject: Script written HTML won't display

Re: Re: FUCK THE FUCKUNG MAILBOT!!!!!!!!! I WANT OUT OF THIS FUCKINGLIST !!!!!!!!!!!!!!!!

2001-07-10 Thread Mark Bergeron
Oh Yea! This guy is going places. -Original Message- From: "Fco. Javier Valladolid Hdez."<[EMAIL PROTECTED]> To: "Perl CGI"<[EMAIL PROTECTED]> Date: Mon Jul 09 19:19:06 PDT 2001 Subject: Re: FUCK THE FUCKUNG MAILBOT! I WANT OUT OF THIS FUCKING LIST >unsubscribe,

Re: Re: how to write in access database

2001-07-06 Thread Mark Bergeron
out: http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2U41UY7CK7&mscssid=5K472W9Q2Q759GC6JBK66SG117N4FVLD&isbn=1565926994 it will serve you well. GL, Mark Bergeron -Original Message- From: "Wilfried Mouquot"<[EMAIL PROTECTED]> To: [EMAIL PROTECT

Re: newbie question

2001-07-06 Thread Mark Bergeron
Is your directory set to scripts access? -Original Message- From: "nila devaraj"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Fri Jul 06 02:24:31 PDT 2001 Subject: newbie question >Hi >i have a webserver that has been configured for CGI >scripting. i placed the HTML file in the requir

Re: Opening HTML file from PERL

2001-07-05 Thread Mark Bergeron
here EOF } else { do something else } you get the picture. GL, Mark Bergeron -Original Message- From: "Srinivasan Kannan"<[EMAIL PROTECTED]> To: "CGI"<[EMAIL PROTECTED]> Date: Thu Jul 05 12:14:47 PDT 2001 Subject: Opening HTML file f

Re: how to write in access database

2001-07-05 Thread Mark Bergeron
What kind of "script?" -Original Message- From: "qing wang"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu Jul 05 10:56:43 PDT 2001 Subject: how to write in access database > >Hi, > >anyone know how to write in access database using script? >Thanks for any information. > >Qu > > > >

Re: Re: Configuring cgi scripts on Windows2000

2001-07-05 Thread Mark Bergeron
Back from vacation only a day and already I feel the love in this place (-8 -Original Message- From: "Brett W. McCoy"<[EMAIL PROTECTED]> To: "Greg Jetter"<[EMAIL PROTECTED]> Cc: "Steve Howard"<[EMAIL PROTECTED]>, "RL Autry"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Thu Jul 05 09:57:09

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: 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, Mar

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 >Eve

Re: Re: Mainting State On IIS 4 Without Cookies/Hidden Fields

2001-06-26 Thread Mark Bergeron
This may seem like a simple task for those of us whom have some hands on experience with Perl but, when I was starting out I couldn't ever get the cookie bit going. There are lots of tutorials this is true. None however give simple step by step instruction on creating, retrieving and deleting t

Re: Re: Unsubscribing

2001-06-26 Thread Mark Bergeron
You boys are all going to have to figure this one out. Consider it a learning experience. -Original Message- From: "Lucy"<[EMAIL PROTECTED]> To: "Cochrane, Paul"<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Tue Jun 26 03:58:03 PDT 2001 Subject: Re: Unsubscribing >I have no idea why eve

Re: Re: ? embed scalars in the sql

2001-06-25 Thread Mark Bergeron
That's the beauty of Perl and databases! -Original Message- From: "Timothy Kimball"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Jun 25 12:42:19 PDT 2001 Subject: Re: ? embed scalars in the sql > >: Is it possible to embed a scalar into the sql such that the value of >: the scalar

Re: refresh

2001-06-25 Thread Mark Bergeron
How's this?! -Original Message- From: "Jerry Preston"<[EMAIL PROTECTED]> To: "cgi"<[EMAIL PROTECTED]> Date: Mon Jun 25 09:07:00 PDT 2001 Subject: refresh >Hi, > >I want to continuously refresh or update a screen with out it adding onto it's self. >Any ideas? > >Thanks for your help! >

Re: Re: If I could get just one Perl Book what should it be?

2001-06-25 Thread Mark Bergeron
And I hear that there is a third mouse to come! Mark' -Original Message- From: "Randal L. Schwartz"<[EMAIL PROTECTED]> To: "Mo Holkar / UKG"<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Mon Jun 25 08:45:51 PDT 2001 Subject: Re: If I could get just one Perl Book what should it be?

Re: If I could get just one Perl Book what should it be?

2001-06-25 Thread Mark Bergeron
I would say "Effective Perl Programming" or "CGI Programming with Perl" Mark' -Original Message- From: "Brian Jackson"<[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> Date: Mon Jun 25 07:03:12 PDT 2001 Subject: If I could get just one Perl Book what should it be? >To all,

Re: CGI Return

2001-06-22 Thread Mark Bergeron
What type of OS are you running? What type of cam? Do they have web plug-in type technology of sorts? What's the webpage suppose to return? Let us know. Mark' -Original Message- From: "Paul Burkett"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Fri Jun 22 15:04:21 PDT 2001 Subject: CGI

Re: Re: Code Review

2001-06-22 Thread Mark Bergeron
Just insert your code insode the email itself so we can have a look that way. Mark Bergeron -Original Message- From: "Al Hospers"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Fri Jun 22 11:08:23 PDT 2001 Subject: Re: Code Review >PLEASE do N

Re: Please remove

2001-06-20 Thread Mark Bergeron
Your gonna have to remove yourself. Didn't you get a confirmation email with the details of the what, where, why and how? Mark Bergeron Perl Junkie -Original Message- From: "Debo Lawrence-Cornett"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: We

Re: Re: Running CGI

2001-06-19 Thread Mark Bergeron
pwise. It's not really that hard to do if you have all of the pieces of the puzzle. Mark Bergeron -Original Message- From: "Kris Cook"<[EMAIL PROTECTED]> To: "'Adam Carson'"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Tue Jun 19 07:38:14 PDT

Re: database

2001-06-18 Thread Mark Bergeron
Have you not tried DBD-ODBC? -Original Message- From: "Kris Cook"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Jun 18 08:30:16 PDT 2001 Subject: database >I'm curious. Why, when the ODBC functionality is distributed with >ActiveState's Perl, do all examples I see in this group use

Re: Re: Weekly list FAQ posting

2001-06-14 Thread Mark Bergeron
I don't think so. My other list are coming in fine. Does the list message contain [EMAIL PROTECTED] in the To: Mark Bergeron -Original Message- From: "Casey West"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date:

Re: Weekly list FAQ posting

2001-06-14 Thread Mark Bergeron
Has this list had postings yet? I don't seem to be receiving any I think. Mark Bergeron -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu Jun 14 09:35:06 PDT 2001 Subject: Weekly list FAQ posting >NAME >beginners-faq - FAQ for the beginners-cgi m

Re: calling a external cgi from a form passing parameters

2001-06-13 Thread Mark Bergeron
>From what I understand, you should try and declare your $username, $password before >you try and pass it in the query string. Also, I don't see where in the script you >compare it against anything. Of course I may be thinking dB terms. Mark Bergeron -Original Message---

Re: Re: error message

2001-06-12 Thread Mark Bergeron
Luck, Mark Bergeron -Original Message- From: "Geraint Jones"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Tue Jun 12 08:23:21 PDT 2001 Subject: Re: error message >Try putting the following at the beginning of your script, it helps a lot >with deb