re: Username & Password Question

2002-07-09 Thread Fred Sahakian
use LWP::Simple; and then a print command such as: print "http://www.yahoo.com\n";; No one will ever know where the page really is since the URL in the browser never changes, the cgi just pulls in the HTML from the real page. >>> Rhen Hernandez <[EMAIL PROTECTED]> 07/08/02 05:42PM >>> Hi

Re: DBI in CGI's

2002-07-09 Thread Jonathan Gines
i'm not familiar w/ DBI and MySQL, but I do use DBD::Sybase and those drivers are on the client. i guess you might need to install the necessary MySQL DBI modules on the web server. do a syntax check of your CGI script with "-c" before running your CGI program, and maybe print out the vars in

Re: DBI in CGI's

2002-07-09 Thread Paul Arsenault
The mysql driver can be downloaded from http://search.cpan.org/search?mode=module&query=dbd%3A%3Amysql Did you check the error_log message in the apache logs directory to see what the internal error was? Paul Arsenault, CCNA [EMAIL PROTECTED] >From: Jonathan Gines To: Barry Jones , "Beginne

Re: www-authinticate

2002-07-09 Thread Hytham Shehab
hello there, is any body in there? hey guys, whats the matter with you? 1 day, 24 HOURS, with only a couple of messages? hope you are just fine. -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CGI Calendar Script

2002-07-09 Thread Roger Spears
Hello, Well for my next project I'm trying to build an interactive calendar system using Perl/CGI. I've got it all worked out on paper...almost, but I can't figure out how to get the script to actually fill in the table of boxes which represent the days of the month. That is to say, how can I g

Perl Web combobox postgres

2002-07-09 Thread Luis Fernando Gramajo
  - Original Message - From: Luis Fernando Gramajo To: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 6:34 PM Hi everybody... I'm building a web application on linux, using perl (of course!!!), and postgreSQL for my database needs,but I need a little help, see I want to have a

Rquire '_h2ph_pre.ph'

2002-07-09 Thread jiangds
> hi,all > > after my installation of redhat7.2,as root I do: > > cd /usr/include > h2ph -r -l > > and the screen output: > "require '_h2ph_pre.ph'" and then locked > > I can find this file at the "/usr/lib/perl5/5.6.1/i386-linux/"directory. > Copy it to /usr/include/ or

Re: CGI Calendar Script

2002-07-09 Thread David T-G
Roger -- ...and then Roger Spears said... % % Hello, Hi! % % Well for my next project I'm trying to build an interactive calendar % system using Perl/CGI. Neat. I'd be quite interested in the finished product. I've been searching (fruitlessly) for a calendar that will print multi-day even

RE: Perl Web combobox postgres

2002-07-09 Thread Scot Robnett
Two thingies: 1. Please post to the list in plain text rather than HTML. 2. You probably want to either create or fake a stateful session with something like CGI::Persistent. NAME CGI::Persistent -- Transparent state persistence for CGI applications. SYNOPSIS use

Re: CGI Calendar Script

2002-07-09 Thread Gunther Birznieks
At 08:55 AM 7/10/2002, David T-G wrote: >Roger -- > >...and then Roger Spears said... >% >% Hello, > >Hi! > > >% >% Well for my next project I'm trying to build an interactive calendar >% system using Perl/CGI. > >Neat. I'd be quite interested in the finished product. I've been >searching (fruit