RE: [Perl-unix-users] Joining Databases

2002-02-18 Thread Fay Jason-W13246
In your code, you are using what Oracle calls a database link. When you declare the tables to query from, the \@STAGE001 is specifying a link to another database. I don't know if mysql or postgreSQL have database links. In Oracle, you need to have the link set up before the SQL will work. G

RE: [Perl-unix-users] perl and html tables?

2001-11-30 Thread Fay Jason-W13246
] Output the Output loop[2] . . . Ouptut the tags Close the loop Output the tag. -Original Message- From: Fay Jason-W13246 [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 9:10 AM To: Craig Sharp; [EMAIL PROTECTED] Subject: RE: [Perl-unix

RE: [Perl-unix-users] perl and html tables?

2001-11-30 Thread Fay Jason-W13246
Just do it like this. Output your tag. Use a while loop on your DBI return into a fetchrow_array Output the and tags Output the loop iteration array values of the DBI return Output the and tags Close the loop Output the tag. -Original Message- From: Craig Sh

RE: [Perl-unix-users] Script works on Windows server but not on UNIX server

2001-11-02 Thread Fay Jason-W13246
I think we all need more info on what your problem is. Are you trying to run the script in the cgi-bin directory as a CGI application? If so you can run into problems just by ftp-ing the script to the server in binary mode instead of ascii mode. Any script you run on a Unix Server will req

RE: [Perl-unix-users] need qw help

2001-10-25 Thread Fay Jason-W13246
I copy and pasted what you sent, and it works fine for me. Strange?!!? Jason -Original Message- From: Craig Sharp [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] need qw help Hi all, I have the following shor