RE: "fake" hive in the registry on 64 bit windows

2013-04-15 Thread Perlmutter, Joshua B
ril 13, 2013 10:02 PM To: Perlmutter, Joshua B; activeperl@listserv.ActiveState.com Subject: RE: "fake" hive in the registry on 64 bit windows I'm not certain if this is your problem, but if you are running an x86 copy of Perl on an x64 system, and you are using backticks for execution

RE: How to write a service script?

2007-04-04 Thread Perlmutter, Joshua B
Why not use the DOS version of 'at' or 'cron' to have it periodically run a script to check for the files? Surprisingly, windows has stolen those. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chandra, Ramesh H.S. IN BLR SISL Sent: Wednesday, April 0

RE: Install Math::Currency

2007-04-03 Thread Perlmutter, Joshua B
Try going to cpan and downloading it. Then using your local repository. This should be feasible. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Richcreek Sent: Tuesday, April 03, 2007 10:08 AM To: activeperl@listserv.ActiveState.com Subject: Install

RE: Archive::Zip not Ingesting Directories

2007-03-15 Thread Perlmutter, Joshua B
Thank you Frederick, that worked like a charm. -Josh From: Washburn, Frederick [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 11:19 AM To: Perlmutter, Joshua B; activeperl@listserv.ActiveState.com Subject: RE: Archive::Zip not Ingesting

RE: Archive::Zip not Ingesting Directories

2007-03-15 Thread Perlmutter, Joshua B
Brian- >Do $webloc and $polloc actually evaluate to a true value? You don't say. Yes, I initially set them to 0 and then change them if a location is found, to the location (I believe that should make them true since they are not 0) >Do the directories actually exist? You don't say, and you don'

Archive::Zip not Ingesting Directories

2007-03-15 Thread Perlmutter, Joshua B
Dear Gurus- I have a feeling that this will turn out to be user error I have the following code snippet and it refuses to zip up the directories. The flat file has been moved several times as to where I ingest that. It is the ONLY thing in the zip each time. It is also the ONLY file that i