I insert a value from a hash reference into a sybase DB
I am trying to extract values from the win32 api an insert them into a
DB.
Given the code below how can I extract a value from the %hash and insert
it into a database. What am I missing.
my %TotBytes_C = Win32API::Resources
> my %TotBytes_C = Win32API::Resources::GetDiskFreeSpaceEx("C:\\");
> my %TotBytes_D = Win32API::Resources::GetDiskFreeSpaceEx("D:\\");
> my %TotBytes_E = Win32API::Resources::GetDiskFreeSpaceEx("E:\\");
I might be able to offer better help if I knew what these were returning.
Are the keys th