Hi, The install instructions say you have to make sure the following RPM's are installed. mysql perl_DBI perl-DBD-MySQL I was able to get the RPM's for Mysql...
Heya, you have this wonderfull tool called CPAN :) on a sheel do perl -eshell -MCPAN then @ the prompt intall DBI or install any_module_available_on_CPAN ...
8473
Denny Malloy
denny.malloy@...
Feb 1, 2002 3:25 pm
Thanks Ricardo, That makes it a lot easier. I reinstalled the DBI module using CPAN module and everything worked great! When I tried installing DBD::mysql it...
Heya, hmm i think there is a update feature.. ou verify.. don't remember.. lemme look for it.. i'll get that one back at you in 5 Vx =============Original...
Heya, ok, you can force an install, therefore overwriting the previous module.. i usualy only code.. and ask the admin (BOFH) to install and update the...
8476
Denny Malloy
denny.malloy@...
Feb 1, 2002 3:42 pm
Thanks again. You have been very helpful:) Heya, ok, you can force an install, therefore overwriting the previous module.. i usualy only code.. and ask the...
Making a simple system() function call in perlscript, the process starts, but fails to output the file it's supposed to. If I make the identical call in a...
Hi all, I'm new to database in ASP using Perl...so I'd like to have some hint or suggestions on which module to use considering that I have a Access 2000...
I have a file that contains 6 records - variable length. 1 22 333 4444 555 6 I would like to produce this report... # bytes begin rec # occurrences of...
... I'd suggest using Win32::ODBC. It comes pre-installed with ActivePerl. Just setup the Access2k DB as an ODBC DSN. ... Thank you for shortening your .sig. -...
... #!perl -w # My version use strict; use Data::Dumper; my %x; while(<DATA>) { # Remove cr/lf chomp; my $key = length($_); # $x{length} is an array of line...
Hi, at home & work, I have the same "Textpad" version.. however, at home, in the "Configure" / "Preferences" screen, I have an option of "tools" - Which i can...
... wrote: <snip> ... Wow, I never thought that would work. It challenged my views of reality ;-). I always figured (but never tried), that the for statement ...
Has anyone ever done this before? Right now I'm using ActivePerl, but I'm willing to use any combination of software that will allow me to run perl CGI scripts...
Heya Mike, Well.. i've found that ActivePerl/IIS4 or 5 is a great solution for w32 web developing. You can even add php to the bundle. PHP now automatic...
8488
ROB Technology
rob@...
Feb 3, 2002 3:04 pm
I totally agree. Thanks, Rob Buschbom CEO, ROB Technology http://www.robtechnology.net ... From: Ricardo Valfreixo [mailto:valfreixo@...] Sent: Sunday,...
8489
ROB Technology
rob@...
Feb 3, 2002 3:05 pm
I am a perl programmer and was wondering if anyone could tell me how to password protect my admin.cgi script using .htaccess and or .htpasswd. I mean, how do i...
I've never used 'use strict' and I still see no reason to use it. However, due to the great amount of talk about it, I thought I'd at least read up on it and...
From: http://www.perldoc.com/perl5.6.1/lib/strict.html "... strict vars This generates a compile-time error if you access a variable that wasn't declared via...
... Listen, my friend, you claim to be a perl programmer and CEO of a company, yet you are not 'getting it' when it comes to the simple concept of asking...
Hi everyone, For a new job I start tomorrow I have to learn Visual c++ quick , does anyone here know a good mailing (beginners) list for it ? thanks for any...
... I beleive it's considered honorable to use edged weapons only. I defer this one to: perlfaq7, which has a question surprisingly titled: What is variable...
... Yah, I found that *after* I sent in the email and felt rather guilty for it, heh. I suppose I should read the entire faq. Never know when it might answer...
Hey all, just recently joined the group, but I do have a question. First off I want to add a registration portion to a script that IS fee based, but instead...
Hi - question. When I put an exit; command in a script.. Should the perl script a) Stop ALL processing - remainder of the script b) send all output to the...
On Mon, 04 Feb 2002 11:01:43 +1300, "Gordon Stewart" ... If you have a way of getting your script to output "</body></html>\n" before it quits, that should...