splitting on filename separators

2001-07-05 Thread Byju P.Nair
Hi, In my WIN Nt, i have a Apache server running and there is a CGI perl application located in a separate folder (c:\mycgi) other than the default apache cgi-bin folder. In httpd conf file, i changed the document root as well as stanzas to point to c:\mycgi. The problem is when i run the cg

SQL - Multiple Updates ?

2001-07-05 Thread Rajeev Rumale
Greetings !. I have some problem with executing a SQL update statement while updating multiple records at a time. I have tried different ways but it is udating one a single (first) record. The same sql statement works perfectly when run directly on the MY SQL prompt. The code i have used are

SQL - Multiple Updates ?

2001-07-05 Thread Rajeev Rumale
Greetings !. I have some problem with executing a SQL update statement while updating multiple records at a time. I have tried different ways but it is udating one a single (first) record. The same sql statement works perfectly when run directly on the MY SQL prompt. The code i have used are

RE: Reposting - Please help with error message

2001-07-05 Thread Moon, John
Thank you for the reply ... When out to Netscape and noticed the when they referenced language for Javascript they added *text/* ... I added that I had tried the path you suggested previously (along with SEVERAL OTHERS) but had not included *text/* to the language ... The following works .

Reposting - Please help with error message

2001-07-05 Thread Moon, John
Can any one help with this error message ... What is it trying to tell me ? Any suggestions as where to look ? I found a vague ref. to LD_LIBRARY_PATH and tried setting that in BEGIN - $ENV{LD_LIBRARY_PATH} .= ':/ITP_Billing/cgi-bin/Library/JavaScripts';- to no avail ... -Original Messag

RE: Opening HTML file from PERL

2001-07-05 Thread Moon, John
Thanks Curtis ... -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: July 05, 2001 15:27 To: CGI Subject: RE: Opening HTML file from PERL --- "Moon, John" <[EMAIL PROTECTED]> wrote: > Don't know if this will help but I am doing something similar > > ... > use strict;

RE:RE: Opening HTML file from PERL

2001-07-05 Thread Srinivasan Kannan
Hello Everybody Here is the code print"Content-type:text/html\n\n"; read (STDIN, $data, $ENV{'CONTENT_LENGTH'}); #$data = Buffer which holds the querystring @info = split(/&/, $data); foreach $pair(@info) { ($name, $value) = split(/=/,$pair); $value =~ tr/+/ /; $value =~ s/%([\dA-Fa-f] [\dA

RE: Opening HTML file from PERL

2001-07-05 Thread Curtis Poe
--- "Moon, John" <[EMAIL PROTECTED]> wrote: > Don't know if this will help but I am doing something similar > > ... > use strict; > no strict "refs"; > > ... > my %DISPLAY = ( > # *form value* => *sub name* >10 => 'Personnel', >20 => 'DataCom', >80 =>

RE: Opening HTML file from PERL

2001-07-05 Thread Moon, John
Don't know if this will help but I am doing something similar ... use strict; no strict "refs"; ... my %DISPLAY = ( # *form value* => *sub name* 10 => 'Personnel', 20 => 'DataCom', 80 => 'Unisys', 30 => 'IBM', 100 => 'Unix',

Re: Opening HTML file from PERL

2001-07-05 Thread Mark Bergeron
If you paste a little code into your email we may be able to give you better advice. The most common way though would be to use a "here" document inside of the script like so: if (your_condition eq 'T'){ print < Your Page etc... other HTML here EOF }

Opening HTML file from PERL

2001-07-05 Thread Srinivasan Kannan
Hai Everybody Iam new user to PERL and Iam now doing a small project. In my project, HTML form values such as username and password are validated in a Perl file and depending upon the validation result, I'll be dispalying a new HTML file. My doubt is How to display a HTML file from a

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

how to write in access database

2001-07-05 Thread qing wang
Hi, anyone know how to write in access database using script? Thanks for any information. Qu ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/

Weekly list FAQ posting

2001-07-05 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addr

Re: Configuring cgi scripts on Windows2000

2001-07-05 Thread Curtis Poe
--- Greg Jetter <[EMAIL PROTECTED]> wrote: > Well you found one here , I've worked with it since the first version , in > fact I work with it daily , it's how I earn my daily bread. You can not > separate it's shortcommings from the question posed about UID . I see you > offered no advice

Re: Configuring cgi scripts on Windows2000

2001-07-05 Thread Brett W. McCoy
On Thu, 5 Jul 2001, Greg Jetter wrote: > My stance on O/S's is use which ever one does the job your trying to > accomplish. Same with Scripting langauages or hardware. Just what is your > problem bud ? Instead of attacking me why don't you sugest how this problem > might be resolved ? do you

Re: Configuring cgi scripts on Windows2000

2001-07-05 Thread Greg Jetter
On Wednesday 04 July 2001 20:36, Steve Howard wrote: > I would think this is hardly a place for this type of editorial comment on > OS. Without even trying to answer this question, I will say that Windows > does provide a good environment for development. I have found few people > who have tried m

Re: Configuring cgi scripts on Windows2000

2001-07-05 Thread Cindy Bennett
This is just an FYI on uid: uid is the User ID number. It comes from the /etc/passwd file on unix systems. Each person who has a login has a UID and a GUI (group ID #) in the passwd file. HTH # #We have a problem with many of our cgi requiring a "uid" #which in this case doesn't exist because

Re: Concurrent file access problem !

2001-07-05 Thread Karthik Krishnamurthy
correction. doesnt seem to work on the linux box. ftpd seems to unlink the existing file. i cant see how this producer/consumer problem can be solved without getting the producer to co-operate. the problem here is that the ftp daemon writes to the file. unless he hacks the code there is no wa

Re: error

2001-07-05 Thread Adam Carson
Windows 2K has NTFS (NT File Security) which can be enabled on your server. You can set it to protect drives, files, and folders. There is an "Everyone" group in Win2k Users, that might be the group that includes people trying to access the site. You can lock down the Everyone group and then

R: cgi help

2001-07-05 Thread Paolo ACTIS
Hi, I thing, you have to put in the html file, the web server relative path and not the Unix/Linux absolut path ( eg. http:/your-web-server/cgi-bin/your_script ) The rigth place to put the cgi script in Apache is the directory /cgi-bin/ referenced in http.conf I hope this if enough. Ciao Paolo

RE: cgi help

2001-07-05 Thread Sally
I've had problems similar to this, they were caused because I had the absolute path to the file wrong -Original Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED]] Sent: 23 June 2001 23:16 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cgi help > Hello Michael, Hi Maxim

Re[2]: cgi help

2001-07-05 Thread Maxim Berlin
Hello Michael, Sunday, June 24, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote: >> MPC> Hi there, Is there any one who can help with my problem regarding MPC> perl >> MPC> cgi's. >> MPC> I've encountering problemwith my webpages when i execute my cgi prog, MPC> heres >> MPC> my error messages

Re: cgi help

2001-07-05 Thread Michael P. Carel
> Hello Michael, Hi Maxim, > > Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote: > > > MPC> Hi there, Is there any one who can help with my problem regarding perl > MPC> cgi's. > MPC> I've encountering problemwith my webpages when i execute my cgi prog, heres > MPC> my error mes

Re: cgi help

2001-07-05 Thread Maxim Berlin
Hello Michael, Saturday, June 23, 2001, Michael P. Carel <[EMAIL PROTECTED]> wrote: MPC> Hi there, Is there any one who can help with my problem regarding perl MPC> cgi's. MPC> I've encountering problemwith my webpages when i execute my cgi prog, heres MPC> my error messages in my page: [...] M

Re: cgi help

2001-07-05 Thread Gabor Szabo
It is most likely the missing first line : make sure you print this as the first line of the output print "Content-type: text/html\n\n"; then comes your HTML output or better yet use the following: use CGI; my $q=new CGI; print $q->header; read about the CGI module by typing perldoc CGI on y

cgi help

2001-07-05 Thread Michael P. Carel
Hi there, Is there any one who can help with my problem regarding perl cgi's. I've encountering problemwith my webpages when i execute my cgi prog, heres my error messages in my page: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete yo

Re: AW: Writing Data Into Existing Excel

2001-07-05 Thread madan
Sage,Fliptop & Anton, Thanks For Your Suggestions .. I will try doing the Same .. Best Regards, Madan. "Sage, Christian" wrote: > Madan, > > since you're on Linux the suggestion fliptop made is what I'd try as well. Were you >on a Win32 platform you'd have much more direct control ov

AW: Writing Data Into Existing Excel

2001-07-05 Thread Sage, Christian
Madan, since you're on Linux the suggestion fliptop made is what I'd try as well. Were you on a Win32 platform you'd have much more direct control over the spreadsheet. I regularly do all sorts of fancy things with Excel spreadsheets through Win32::Ole. What you end up doing there is making Pe