RE: Testing for truth

2001-07-23 Thread PURMONEN, Joni
I'm a newbie myself, but if I understand you correctly, you just need to check if the SQL query returns a defined value? simply: if (!defined($sql)){ do something... } else { do something else } or: print "sorry" if !defined($sql); print "Yippee" if defined($sql); Joni -Original

RE: e-mailing HTML form results

2001-07-23 Thread Helen Dickey
I finished correcting the errors which gave software and comp. error messages. Now I get the pretty page back on my web browser, but it does not send E-mail to me. The two lines that I think might have the problem are: $smtp = Net::SMTP->new("summitrelocation.com"); $smtp->to("helend\@his.com");

Tkperl

2001-07-23 Thread raf
Hi, is there a mailing-list concerning Tkperl? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Testing for truth

2001-07-23 Thread fliptop
Daniel Falkenberg wrote: > > I would like to be able to test my SQL query for truth. To do this I would > like to be able to do a SELECT query and if the colunm contains nothing I > would like my script to be able to return and tell me this. As an example. > if I do a SELECT statement as follows.

RE: e-mailing HTML form results

2001-07-23 Thread Bradley M. Handy
> -Original Message- > From: Helen Dickey [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 7:11 AM > To: '[EMAIL PROTECTED]' > Subject: RE: e-mailing HTML form results > > > I finished correcting the errors which gave software and comp. error > messages. > Now I get the pretty pa

Re: e-mailing HTML form results

2001-07-23 Thread Helen Dickey
When we first got the Web site, the initial instrutions said Your SMTP server is your ISP's SMTP server (Erols, Shentel.net or whatever). (I have also e-mailed her hosting provider contact to ask.) "Bradley M. Handy" wrote: > > -Original Message- > > From: Helen Dickey [mailto:[EMAIL PRO

Re: Tkperl

2001-07-23 Thread Ron Smith
you may want to look into: [EMAIL PROTECTED] Ron >From: raf <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Tkperl >Date: Mon, 23 Jul 2001 13:20:26 +0200 > >Hi, >is there a mailing-list concerning Tkperl? > > > > >-- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-ma

Re: Hyperlink to act like submit button...

2001-07-23 Thread Teresa Raymond
The format that I know to pass variables is: > >Now I have a hyperlink href="helpdesk.cgi?action=test_modify?name=$unique_id"> And I want to pass >the unique_id onto the next sub it takes it too. > >Is this possible and does this make sense? > >Regards, > >Daniel Falkenberg > >-- >To unsubscribe,

perl training

2001-07-23 Thread Larry Mullis
Is anyone familiar with CED Solutions Computer Training Center in Atlanta, GA? They offer a 5-day class in Perl/CGI and I am considering attending. I would like to have some input from someone who has attended one of their classes or that knows something about them. Thanks, Larry

UW Bothell Campus

2001-07-23 Thread Robert Omatsu
I am looking into the 3 step program that UW Bothell campus offers. Is there anyone that has gone threw there class? Or is there a class that anyone could recommend in the Seattle Area? Thanks in advance Robert Omatsu Control Seneca 9107 151st Ave NE Redmond, WA 98052 Direct: 425-602-4705

Re: Form data validation CGI / Perl / MS-FrontPage web page

2001-07-23 Thread Teresa Raymond
I think the best way to do that is to with 2 cgi progs. One would validate the html form and then output user's message to a cgi generated html form with the body of the message in a textbox which they can edit (the other form values can be put into hidden input tags). Then they can submit to

Re: Table display speed: can be improved?

2001-07-23 Thread John Griffiths
[EMAIL PROTECTED] wrote: > I have to > print ""; > foreach $row(@$recordset) > { > print Tr([td([@$row[1..18]])]); > } > print ""; I had this prob with a classified ad engine, it was the one big table that choked the browser so I

Help! My CGI Won't Run Except on the Server

2001-07-23 Thread Aaron Guy Davies
I have a cgi I'm trying to run that collects information from a webform and mails it to me. It works perfectly fine on the machine where the webserver is running, but when I run it on any other machine, I get a "doc contains no data" error or the equivalent. The script is available at http://www.

RE: Help! My CGI Won't Run Except on the Server

2001-07-23 Thread Meghna Sinha
Hi, I am new to CGI scripting. Can Perl scripts be deployed on IIS? If yes, how? Thanks in advance. Meghna -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help! My CGI Won't Run Except on the Server

2001-07-23 Thread Fco. Javier Valladolid Hdez.
Yes, visit: http://www.activestate.com = Francisco Valladolid V Microsistemas Taking the Initiative! [EMAIL PROTECTED] - Original Message - From: Meghna Sinha <[EMAIL PROTECTED]> To: Beginners CGI Mailing List <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Se

RE: Help! My CGI Won't Run Except on the Server

2001-07-23 Thread Fco. Javier Valladolid Hdez.
-yes ... Visit: http://www.activestate.com = Francisco Valladolid V Microsistemas Taking the Initiative! [EMAIL PROTECTED] _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -