in reply to Re: how do I call this .pm from my script
in thread how do I call this .pm from my script
to something likeWin32API::File::GetVolumeInformation($d,$volumelabel,,,,,,);
I still get an error about -directory => $d in sub _dirtree, though.my $dummy; Win32API::File::GetVolumeInformation($d, $volumelabel, [], [], $dummy, + [], $dummy, $dummy);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: how do I call this .pm from my script
by bobn (Chaplain) on Aug 24, 2003 at 00:07 UTC |