use Win32; use Win32API; use Win32::OLE; use Win32::Lanman; use Win32::NetAdmin; use Win32::AdminMisc;
You need to install the last 3 modules via ppm, whereas the first three come by default installation of perl on Win32 (Activestate Perl). -- Rex nerd wrote: >hi all, > >I want to invoke win32 API calls in my perl programs. Where can i find the >documentation for this? i searched the perldoc.com, but no use. what i am >trying to do is to use the win32 API functions like "FindFirst()" >"FIndLast()". and i dont seem to see the documentation of these anywhere? > >can anyone help me with this? > >thanx in advance > >::aky > >p.s. or atleast where i can find the docs for win32 module of perl? > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]