Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

  • Members: 2100
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 8471 - 8500 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8471 Denny Malloy
denny.malloy@... Send Email
Feb 1, 2002
2:11 pm
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...
8472 Ricardo Valfreixo
rvalfreixo Offline Send Email
Feb 1, 2002
2:19 pm
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@... Send Email
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...
8474 Ricardo Valfreixo
rvalfreixo Offline Send Email
Feb 1, 2002
3:33 pm
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...
8475 Ricardo Valfreixo
rvalfreixo Offline Send Email
Feb 1, 2002
3:39 pm
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@... Send Email
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...
8477 danhere29 Offline Send Email Feb 1, 2002
5:09 pm
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...
8478 Zinho
erfigaccio Offline Send Email
Feb 1, 2002
9:10 pm
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...
8479 msutfin2 Offline Send Email Feb 1, 2002
9:57 pm
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...
8480 b_harnish Offline Send Email Feb 1, 2002
10:03 pm
... 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. -...
8481 b_harnish Offline Send Email Feb 1, 2002
11:37 pm
... #!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...
8482 Charles K. Clarkson
charlesclarkson Offline Send Email
Feb 2, 2002
4:20 am
"b_harnish" <bharnish@...> Un-Commented modified version ( based on Brian's Re-Commented slightly modified version (based on yours) ): my $infile...
8483 gordonisnz Offline Send Email Feb 2, 2002
3:42 pm
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...
8484 b_harnish Offline Send Email Feb 2, 2002
9:35 pm
... 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 ...
8485 Charles K. Clarkson
charlesclarkson Offline Send Email
Feb 2, 2002
10:46 pm
"b_harnish" <bharnish@...> ... Spooky, Isn't it? ... I'm not certain, but I think it has to do with the way 'for' (and 'foreach') handle lvalues....
8486 Mike Payne
payne_mike Offline Send Email
Feb 3, 2002
3:50 am
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...
8487 Ricardo Valfreixo
rvalfreixo Offline Send Email
Feb 3, 2002
2:46 pm
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@... Send Email
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@... Send Email
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...
8490 Dave Benware
mrbompa Offline Send Email
Feb 3, 2002
3:07 pm
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...
8491 Dave Benware
mrbompa Offline Send Email
Feb 3, 2002
3:12 pm
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...
8492 Dave Benware
mrbompa Offline Send Email
Feb 3, 2002
3:37 pm
... 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...
8493 Godwin Stewart
grschinon Offline Send Email
Feb 3, 2002
3:37 pm
On Sun, 3 Feb 2002 10:12:41 -0500, "ROB Technology" <rob@...> ... The .htaccess issue is an Apache issue, not Perl. Go to www.apache.org, you'll...
8494 Charles K. Clarkson
charlesclarkson Offline Send Email
Feb 3, 2002
6:44 pm
"Dave Benware" <bompa@...> ... OMG, Armegeddon is near, Bompa is using strict. The sky is falling! The sky is falling! The sky is falling! ... ...
8495 petrawolf
petrawolf2409 Offline Send Email
Feb 3, 2002
6:55 pm
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...
8496 Charles K. Clarkson
charlesclarkson Offline Send Email
Feb 3, 2002
7:06 pm
... 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...
8497 Dave Benware
mrbompa Offline Send Email
Feb 3, 2002
8:27 pm
... 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...
8498 cadruid Offline Send Email Feb 3, 2002
8:46 pm
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...
8499 Gordon Stewart
gordonisnz Offline Send Email
Feb 3, 2002
10:02 pm
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...
8500 Godwin Stewart
grschinon Offline Send Email
Feb 3, 2002
10:17 pm
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...
Messages 8471 - 8500 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help