Re: calling other cgi's in PERL

2003-09-29 Thread Todd Farmer
I've used LWP to call cgi scripts like that. This example is probably more complicated than it needs to be, because I had to use the POST method to call the scripts I was running behind the scenes: use LWP::UserAgent; use HTTP::Request; use HTTP::Headers; ... my $em = new CGI; $em->delete_all; $

calling other cgi's in PERL

2003-09-29 Thread David Gilden
Can anyone enlighten me on how to do this: Goal: call different PERL scripts from current PERL script. Below is what I am trying to accomplish, but I am not sure I have the syntax correct. (can't seem to find anything this in my PERL books) Thanks, Dave - #!/usr/bin/perl -w #some code..

SQL -- getting one row problem -- clever mySQL trick

2003-09-29 Thread David Gilden
Hello out there... I wanted to thank everyone who has kindly offered their assistance with my current project. Of course I have more questions, But first I wanted to share how I solved my current issue. It's displays a clever mySQL trick! -- see script below: Dave Gilden ( kora musician / audiop

SQL -- getting one row problem

2003-09-29 Thread David Gilden
Good afternoon, Here is the output of my script, and can’t understand why this is not working. Thanks for any and all pointers! Dave Gilden [EMAIL PROTECTED]:~/cgi-bin$ mail_guest_to_jk.cgi Use of uninitialized value in concatenation (.) or string at ./mail_guest_to_jk.cgi line 33. Use of uni

RE: SQL question // date_format

2003-09-29 Thread Bob Showalter
David Gilden wrote: > Good evening, > > The following mySQL query works fine, but the server is in > California. I would like add 2 hours to %l, > because the client is in Texas. I could just go to time in GMT and > forget about it :) But I'm wondering if there is a simple solution > here. > > "