how to install modules on local pc

2005-09-08 Thread Ron
I don't have internet access due to security reasons. I want to update the repository to "C:\libPerl". I tried "set repository libPerl C:\libPerl but it cannot connect to it. does anyone know how to set the repository to a directory on the

slurping in win xp vs hpux

2003-06-09 Thread Ron Hartikka
disk.     And/Or: Is there some win32 setting that could be slowing the XP slurp?   Thanks Ron Hartikka Interautomation Inc. Work => 313-248-5401 (85401) Cell => 734-216-2845 Home => 734-994-0495 [EMAIL PROTECTED] [EMAIL PROTECTED]  

RE: Need help with what should be simple math

2003-03-12 Thread Ron Hartikka
Title: RE: Need help with what should be simple math  > And what if I want to store it on a variable. Maybe I missed something while explaining. I will reformat this number later on with a function that takes the value as a string to cut it off and reformat it. So how can I store the value of

Re: Multi-threading with filehandles

2002-07-24 Thread Ron Grabowski
> And yes, my project extends beyond the capabilities of > simply creating several text files. Will this work: --- use strict; use IO::Tee; use vars qw(@fh); for my $i (1,2,3,4) { push @fh, ">a$i.txt", ">b$i.txt", ">c$i.txt"; } my $tee = new IO::Tee(@fh); print $tee 'Hello world'; --- __

Re: How to print Perl message to browser window?

2002-06-27 Thread Ron Grabowski
eat book for optimizing your ADO code: http://www.buy.com/retail/product.asp?sku=30835190&loc=106 Would you mind posting some of your code either to the list or in an email? I wouldn't mind getting it to work on the Northwind databas

Re: Check data type?

2002-06-10 Thread Ron Grabowski
+= 0; > > > > return not $bad; > > > > } > > > > > > not $bad, not $bad, looks like pure evil to me. It's complex, it's an > > > abstraction inversion and I bet it won't work in future perl's. > > > (this isn't

Re: Mail-Sendmail, Mail-Sender and Mime-Lite not sending the emailbecause

2002-06-10 Thread Ron Grabowski
> I'm trying to use any mail perl mod to send email from my server and it > does'nt work. Here is more info: C:\>ppm install mime::lite Installing package 'mime-lite'... Bytes transferred: 46821 Installing C:\Perl\html\site\lib\MIME\Lite.html Installing C:\Perl\site\lib\MIME\Lite.pm Writing C:\Pe

Re: Count how often a certain element occurs in an array

2002-06-06 Thread Ron Grabowski
$hash{$_}++ foreach ( @array ); print "$_ => $hash{$_}" foreach ( keys %hash ); ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: "archive-zip" installation in PPM - beginner question

2002-05-30 Thread Ron Grabowski
> Tried to install under PPM> install archive-zip, it > say "can not locate PPD file for archive-zip". I have > the same error message with the OLE package. I just installed it under build 629: --- C:\>perldoc archive::zip No documentation found for "archive::zip". C:\>ppm install archive-zip I

Re: Using the 'g' modifier with regexs

2002-05-22 Thread Ron Grabowski
> Since we are using the g modifier in the substitution, is > there a way to access an array or something which holds all > the captured matches (assuming there are multiple matches) > in the global replace? Obviously $1 doesn't work (even if it > did, it'll probably only give me the most recent m

Re: Need help parsing time

2002-05-16 Thread Ron Grabowski
'world'; } BEGIN(); # no output ??? &BEGIN(); # Undefined subroutine &main::BEGIN called --- - Ron ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: perl modules not working

2002-05-16 Thread Ron Grabowski
to the production > server, but still no dice. The check script still says the modules are Woah; In my installation that's 27mb worth of files. I'm sure there is a better way to install a single <2kb module aside from blindly coping 27mb of files to another computer. - Ron __

RE: Perl Editor

2001-10-04 Thread Ron Rohrssen
It's not free. But it is only $30. Try using EditPlus. You can get a 30 day trial. www.editplus.com It's a fully configurable editor with syntax highlighting, auto-complete, etc. Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard F