AdminMisc and hard drive recognition

2008-12-02 Thread Deane . Rothenmaier
Hi, list. My PC has two physical hard drives. I'm trying to use Win32::AdminMisc to read the individual sizes and cylinder, sector, and head counts for them. Unfortunately, I can't seem to find info on this module. Is there some way to get code to recognize that there are two physical drives

RE: AdminMisc and hard drive recognition

2008-12-02 Thread Paul Rogers
http://www.roth.net/perl/adminmisc See the functions: GetDrive* But I don't think cylinder/head/sector info will be available from within the OS. J Paul --- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 10:52 AM To:

Adding to the perl include search path

2008-12-02 Thread Michael Ellery
Win32 users: What's the best way to add a new path to perl's @INC search path? Our product installs several perl modules and I would like to make those modules available to all perl scripts without asking users to add the 'use lib mypath' business in every script. I'm only concerned with windows

RE: Adding to the perl include search path

2008-12-02 Thread Jan Dubois
On Tue, 02 Dec 2008, Michael Ellery wrote: What's the best way to add a new path to perl's @INC search path? Our product installs several perl modules and I would like to make those modules available to all perl scripts without asking users to add the 'use lib mypath' business in every script.

Re: Attempting to Install Net::SSH2 on Activestate 5.8.7 build 815 (Same problem as this thread Net::SSH2 v0.18)

2008-12-02 Thread listmail
In a separate email I forwarded the rebuilt dll provided by sisyphus to your email. I do not know the status on the rebuilt package as I didn't need it. Gregory J. Donaldson wrote: Hello, I am running into the exact same problem that was outlined in the thread titled Net::SSH2 v0.18. I

Re: Attempting to Install Net::SSH2 on Activestate 5.8.7 build 815 (Sameproblem as this thread Net::SSH2 v0.18)

2008-12-02 Thread Sisyphus
- Original Message - From: Gregory J. Donaldson [EMAIL PROTECTED] To: perl-win32-users@listserv.ActiveState.com Sent: Wednesday, December 03, 2008 10:15 AM Subject: Attempting to Install Net::SSH2 on Activestate 5.8.7 build 815 (Sameproblem as this thread Net::SSH2 v0.18) Hello, I am

query on dynamic

2008-12-02 Thread p sena
Hi, Could someone pls explain me behind the hood thing for -- $x = 041 $y = 12 then $z = $x + $y, how this comes to be numeric addition. This will also be seen for any number of those initial zeros in $x and may also exist in similar way in $y too. I believe this comes for dynamic languages