ActiveState Home Page       Win32 FAQ


NAME

perlwin32faq3 - Documentation and Support



DESCRIPTION

Perl for Win32 Documentation and Support



Where can I get documentation on Perl for Win32?

Documentation for Perl for Win32 is provided in HTML and HTMLHelp formats in the Html and HtmlHelp directories under your perl directory. This has the documentation from the standard perl distribution, as well as documentation for Win32-specific extensions. For more information on Win32-specific extensions, see What modules come with the Perl for Win32 distribution?.

Note that the standard perl distribution documentation (perl*.htm) has some UNIX-specific information, and lists some features/functions that will not work on Perl for Win32. The perlwin32 and perlport pages discuss the portability issues under the Win32 platform.

You can also read the Perl documentation with the perldoc command. At the command prompt, type perldoc followed by the name of the document you want to read, as in:


    perldoc perlwin32
    perldoc perlfaq

Documentation is provided in the binary distributions (it is created during install), and can be created by install or it can be made by ``make installhtml'' in the source distribution.



What kind of documentation comes with Perl for Win32?

Perl for Win32 comes with the standard Perl documentation, as well as Win32 specific additions. Documentation is also available for all Core modules.

Additional documentation is available from the Perl Resource Kit for Win32 from O'Reilly. It has full documentation for Perl and for the modules and utilities in both HTML (for users of Netscape and other browsers) and in Microsoft's new Help format, HtmlHelp (for MSIE 4.0 users). Documentation is also available in POD (Plain Old Documentation), Perl's documentation format.

Also, when you add a module package through the Perl Package Manager or Visual Package Manager, the documentation for that module is installed on your system. This documentation is provided in HTMLHelp, HTML, and POD format (if POD documentation is embedded in the module).



Is there formal support for Perl for Win32 or PerlIS?

Peer support is available from the Perl related mailing lists that ActiveState hosts. You can find more information on these mailing lists at http://www.ActiveState.com/support/

For mission critical support, please consult the Perl Clinic at http://www.PerlClinic.com

The Perl Clinic offers fee-based support for all of your Perl ailments.



Are there information sources available on Perl for Win32 on the World Wide Web?

There are several web pages devoted to Perl for Win32. Here is a short listing:



Is there a mailing list for Perl for Win32 or Perl for ISAPI?

ActiveState hosts a variety of mailing lists for the Perl for Win32 community. More information can be found at http://www.activestate.com/support/mailing_lists.htm

Archives of the mailing lists can also be found on the ActiveState web site.

You should check the archives or a FAQ like this (see Is there a FAQ for Perl for Win32?) before posting a question to the mailing list. List members are mostly overworked programmers and admins like yourself. So, for best results, be courteous, specific, and show that you really have tried to figure out your problems for yourself.



Is there a Usenet newsgroup devoted to Perl for Win32 issues?

Not yet. You can use comp.lang.perl.misc for miscellaneous Perl questions, but the members of most Usenet Perl newsgroups tend to concentrate on UNIX platforms and may not be much help. Try the perl-win32-users mailing list (see Is there a mailing list for Perl for Win32 or PerlIS?) for more specific Win32 information.

For web server setup and CGI programming, try one of the following three newsgroups:


    comp.infosystems.www.servers.ms-windows
    comp.infosystems.www.authoring.cgi
    comp.infosystems.www.authoring.misc


Is there a FAQ for Perl for Win32?

You are reading one of them. Also, Perl is shipped with the main PerlFAQ inside the help system, which is over a hundred pages long and split into several parts.

Robin Chatterjee's Perl for Win32 page contains frequently asked questions and copies of the perl-win32-users mailing list responses to them:


    http://www.geocities.com/SiliconValley/Park/8312/


How do I report a bug in Perl for Win32?

The ActiveState bug reporting system can be found at http://www.ActiveState.com/bugs

Before you report a bug to this location, you need to do several things:



What is HtmlHelp?

HtmlHelp is Microsoft's new help file format. Its .CHM files replace the old .HLP files. The difference is that HtmlHelp is easier to work with (no RTF converters and stuff), and it can contain anything that can be contained in a simple HTML document, including Scripts, applets, styles, and of course, cool HTML.

ActiveState has adopted the HtmlHelp format for its online documentation for Perl for Win32. This means that Perl's documentation for Win32 has come of age and is an entity of its own. Perl help is now searchable by keyword, and is easily extended every time you add a package with the Package Manager tool.



Can I ask a question? ... or ... How do I ask a question?

The etiquette for question asking is about the same whether you're working with mailing lists, newsgroups, chatrooms, or IRC channels. Here are some pointers that will help you get your questions answered.



Are there any live chats where I can talk about Perl stuff?

For live chat/help for Win32 Perl you should try out the channel #perl_win32 on the UnderNet on IRC. This is a relatively new channel, but it is growing and has an open discussion policy (you can talk about anything related to Perl). The channel is owned and maintained by David Grove (pete@dave-world.net).

For UNIX or more general perl programming discussion, you can try out #perl on EFNet (the big one) and UnderNet. Be careful of EFNet #perl though. There are a number of discussion topics that are not tolerated there: Win32-specific Perl issues, non-programmer questions (e.g., I just downloaded this neat script - how do I make it work?), and CGI/WWW programming. EFNet #perl is a good place to meet some Perl masters, however, like Tom Christiansen (tchrist) and Randall Schwartz (q[merlyn]). I've never seen Larry on there but I'm told he does come on from time to time.

In any of these IRC channels, you need to do your own work, and try to solve your own problems. Don't go in expecting someone to look over some neat script you downloaded and want to get working if you ``just want it to work and don't have time to learn perl''. That kind of attitude is an easy way to get banned from the channel. The members of these channels are overworked Perl programmers with little tolerance for people who want others to do their work for them.

After you ask a question, you should stick around and chat for a while. It's polite, and a very good way to learn ``perl style'', or how perl programmers think about everyday things.



AUTHOR AND COPYRIGHT

This FAQ was originally assembled and maintained by Evangelo Prodromou. evangelo@endcontsw.com. It has been revised and updated by Brian Jepson of O'Reilly and Associates, and David Grove and David Dmytryshyn of ActiveState.

This FAQ is in the public domain. If you use it, however, please ensure that you give credit to the original authors.

ActiveState Home Page       Win32 FAQ