I am sorry for not being clear.

The main API you need to interface with Win32API is the Win32 Module.

To deal with Windows Registry, you have to use Win32::TieRegistry module.

To deal with Windows Services, you have to use Win32::Service module.

If you want to perform Windows NT network administration stuff, you can use
Win32::NetAdmin and Win32::NetResource modules, which I think comes by
default installation of Perl. Howerver, Win32::Lanman module is very
powerful and is not available with PPM. You have to go to
http://www.roth.net or search on google for Win32::Lanman. That module as
well as Win32::NetAdmin and Win32API::Net interface with Windows NT
Lanmanager.

Just go through the documentation of Win32 and Win32API to find lots of
interesting things that you can do.

Thanks,
Rex

----- Original Message -----
From: "Abhra Debroy" <[EMAIL PROTECTED]>
To: "Arul, Rex" <[EMAIL PROTECTED]>
Sent: Friday, November 09, 2001 4:30 AM
Subject: RE: calling Win32 API???


> Hi Rex
> That's a good information. Recently I was trying to use windows API in my
> perl program. I was using only win32 and win21Api module. I am able to use
> certain API successfully while some API was not getting called with out
any
> reason. It may be due to that I was not using all the module u mentioned.
>
> Do u mean to say that for successful use of windows API I have to use all
> the API ?
>
> Thanks
>
> Abhra Debroy
> Prabodhan Exports Pvt. Ltd.(www.prabodhan.com - Join our QA Club!)
> Tel: 91-20-5462035,543 1447( Extn -25)
>
>
> > -----Original Message-----
> > From: Arul, Rex [SMTP:[EMAIL PROTECTED]]
> > Sent: Friday, November 09, 2001 3:19 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: Re: calling Win32 API???
> >
> > 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]
> >
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to