CGI::Application

2002-07-18 Thread Boex,Matthew W.
anyone out there using CGI::Application? i am thinking about building some multi-state cgi apps, under mod_perl, and want to hear any praise/horror stories. is there a better module out there or more elegant method(s) to use? matt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: exiting correctly

2002-04-23 Thread Boex,Matthew W.
_data = shift; $error_data2 = shift; if ($code == 1) { $template_error->param( THE_DATA => $error_data ); $template_error->param( NO_RECORD => 1 ); } if ($code == 2) { $template_error->param( DATABASE_ERROR => 1 ); } if ($code == 3) { # this handles the type and state error from line 139 $template_error->param( NO_STATED_TYPE

RE: exiting correctly

2002-04-23 Thread Boex,Matthew W.
bob, i am using fastcgi and anytime i use exit, the script exits from memory. at least that is what my logs say... matt > -Original Message- > From: Bob Showalter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 3:56 PM > To: 'Boex,Matthew W.'; '[

exiting correctly

2002-04-23 Thread Boex,Matthew W.
i have a regex that checks for a string in a param, if not found, it should jump to an error subroutine. from there, i print out "this is an error", etc. after that prints, unless i have an "exit" to stop the processing, the sub jumps back and prints out what i don't want it to. how can i end

HTML::Template tag question

2002-04-02 Thread Boex,Matthew W.
no sure if the right spot but does anyone know what a closing loop tag should look like using HTML::Template. i am using the comment version, should it read.. is that how it should be written? matt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cgi upload - opera...

2002-03-21 Thread Boex,Matthew W.
i have a cgi where i can upload files, netscape and ie work fine, opera just hangs. what gives? matt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTML::Template

2002-03-12 Thread Boex,Matthew W.
is it preferred to have a cgi print the inital .html template page, or should i put it in the html dir, and point the FORM tag to the cgi. i know putting in the html dir will speed things up, no perl process to spawn. i will be using fast cgi in the near future... matt -- To unsubscribe, e-

RE: cgi error - can't figure out

2001-12-24 Thread Boex,Matthew W.
fliptop, that cured the problem. danka. matt -Original Message- From: fliptop To: Boex,Matthew W. Cc: [EMAIL PROTECTED] Sent: 12/21/01 5:04 PM Subject: Re: cgi error - can't figure out Boex,Matthew W. wrote: > i am getting this error message in my apache error_log when

cgi error - can't figure out

2001-12-21 Thread Boex,Matthew W.
i am getting this error message in my apache error_log when i try to upload a file... CGI.pm: Server closed socket during multipart read (client aborted?) i do not abort the upload. i get this error as soon as i hit my "upload" button. weird, i can upload smaller files no problem. files that

html editors

2001-10-18 Thread Boex,Matthew W.
are there any gui html editors out there that won't change HTML::Template tags? i am using star office for creating tables. i can do most everything else in xemacs but creating tables is so much easier with a gui editor. any ideas? matt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

weird activity...

2001-09-10 Thread Boex,Matthew W.
i have a cgi script to enter user data, etc. i am also loading a couple images. when the cgi comes up on my web browser, ( i am running rh7.1, apache 1.3.19 PHP/4.04p11 mod_perl/1.24_01 and using opera ) the form is there fine and works. my images don't show up. there is no error in the error

RE: cgi and html

2001-08-15 Thread Boex,Matthew W.
Wednesday, August 15, 2001 3:01 PM To: Boex,Matthew W.; CGI Beginners Subject: RE: cgi and html Max, Embperl wont "break out the html from the cgi" if I'm guessing that you want to seperate the server side code from the html presentation. Embperl is embedded perl in html pages (mu

RE: cgi and html

2001-08-15 Thread Boex,Matthew W.
mod_perl for that matter? matt -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 5:30 PM To: CGI Beginners Subject: Re: cgi and html --- "Boex,Matthew W." <[EMAIL PROTECTED]> wrote: > > i need to incorporate a good de

cgi execution problem

2001-06-15 Thread Boex,Matthew W.
I am running redhat 7.1, apache 1-3.19 My cgi's won't execute unless I run them with read, write, and execute perm's for user, group, and other. What gives? When I su to nobody, the owner of those files, I can run them at the command line ( with 700 perms ). I know I have run them before with