> -----Original Message-----
> From: Bakken, Luke [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 23, 2005 3:26 PM
> To: Ryan Frantz
> Subject: RE: Hash Problem
> 
> Ryan Frantz wrote:
> 
> > my %ignoreDriveTypes = (
> >   'floppy'  => '2',
> >   'network' => '4',
> >   'cdROM'   => '5',
> > );
> 
> Try taking the single quotes off of the numbers.

All I want is this:

+--+
Device Name:            C:
DriveType:              3
Size:                   37.22 GB
FreeSpace:              15.04 GB

I removed the single quotes but I still get all the drives listed in my
output:

...
+--+
Device Name:            S:
DriveType:              4
Size:                   341.78 GB
FreeSpace:              259.53 GB

+--+
Device Name:            W:
DriveType:              4
Size:                   341.78 GB
FreeSpace:              259.53 GB

+--+
Device Name:            Z:
DriveType:              4
Size:                   37.21 GB
FreeSpace:              30.95 GB

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to