in reply to refering to a DLL I install
If you use or require Win32::test before you need to reference test.dll and assuming the two are in the same directory, you can peek into $INC{'Win32/test.pm'} for a path to work form...
use Win32::test; (my $dll = $INC{'Win32/test.pm'}) =~ s/pm\z/dll/;
--k.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: refering to a DLL I install
by smackdab (Pilgrim) on Jul 21, 2002 at 06:57 UTC |