home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / Html / PerlW32 / win32.pod < prev    next >
Encoding:
Text File  |  1996-01-31  |  4.6 KB  |  128 lines

  1. =head1 NAME
  2.  
  3. win32 - Perl for Win32 Overview
  4.  
  5. =head1 Perl 5 for Win32
  6.  
  7. This is the second major release of the Perl 5 language for the Win32
  8. Platform. The original target platform was Windows NT 3.51, but this
  9. has been expanded to include Windows 95. Perl 5 for Win32 is a
  10. straight port from the Unix version of perl5.001m, with extra
  11. NT-specific functionality provided via module extensions.
  12.  
  13. Perl for Win32 was ported by I<hip communications inc.> thanks to
  14. funding from Microsoft Corporation. The goal of this project was to
  15. preserve as much functionality of the Unix version as possible in
  16. order to maintain compatiblity with the wealth of perl scripts
  17. available on the Internet.
  18.  
  19. =head1 Legalese
  20.  
  21. Win32-specific portions of the source code for Perl for Win32 are
  22. copyrighted by Microsoft Corporation under the terms of the Artistic
  23. License that is supplied with Perl.
  24.  
  25. =head1 Information Sources
  26.  
  27. There are a few Win32 specific sources of information available for
  28. Perl, most of them being maintained by I<hip communications inc.>
  29.  
  30. =item perl4win32 and perl4win32_announce mailing lists
  31.  
  32. These are majordomo mailing lists that reside at C<mail.hip.com>. To
  33. join the discussion fora for perl4win32 or perl4win32_announce, send
  34. an email to C<majordomo@mail.hip.com> with the single line "subscribe
  35. perl4win32" or "subscribe perl4win32_announce" within the body of the
  36. message.
  37.  
  38. The perl4win32 mailing list is devoted to discussion relating specifically
  39. to Perl for Win32. Relevant issues include differences between basic
  40. functionality in Perl for Win32 and Perl on Unix platforms,
  41. NT-specific extensions, and porting issues. For general help regarding
  42. programming in perl, please refer to the newsgroup comp.lang.perl.misc.
  43.  
  44. =item Perl for Win32 WWW Homepage
  45.  
  46. This site contains the latest archived information regarding Perl for
  47. Win32 including a FAQ list with answers. The URL for the site is
  48. C<http://info.hip.com/ntperl/>.
  49.  
  50. =item General Sources of Information
  51.  
  52. There is are a handful of newsgroups devoted to the perl programming
  53. language, they are:
  54.  
  55.     comp.lang.perl.announce - Announcements (moderated)
  56.     comp.lang.perl.misc     - General Discussion
  57.     comp.lang.perl.tk       - Tk extensions
  58.  
  59. The comp.lang.perl.tk newsgroup is probably of little use to users of
  60. Perl for Win32, but the other two are indispensable sources of
  61. information.
  62.  
  63. The authoritative source for any and all Perl related-material is the
  64. CPAN (Comprehensive Perl Archive Network). Material stored by CPAN
  65. includes archives of the comp.lang.perl.* newsgroups, source code for
  66. various incarnations of perl and its extensions, extensive
  67. documentation, etc.
  68.  
  69. CPAN is mirrored at the following ftp sites, please select the one
  70. that is topographically or electronically closest to you:
  71.  
  72.     Africa
  73.       South Africa
  74.     ftp://ftp.is.co.za/programming/perl/CPAN/
  75.     Asia
  76.       Japan
  77.     ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/
  78.       Taiwan
  79.     ftp://dongpo.math.ncu.edu.tw/perl/CPAN/
  80.     Australasia
  81.       Australia
  82.     ftp://coombs.anu.edu.au/pub/perl/
  83.     ftp://ftp.mame.mu.oz.au/pub/perl/CPAN/
  84.       New Zealand
  85.     ftp://ftp.tekotago.ac.nz/pub/perl/CPAN/
  86.     Europe
  87.       Finland
  88.     ftp://ftp.funet.fi/pub/languages/perl/CPAN/
  89.       France
  90.     ftp://ftp.ibp.fr/pub/perl/CPAN/
  91.     ftp://ftp.pasteur.fr/pub/computing/unix/perl/CPAN/
  92.       Germany
  93.     ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/
  94.     ftp://ftp.rz.ruhr-uni-bochum.de/pub/programming/languages/perl/CPAN/
  95.       Great Britain
  96.     ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/
  97.       the Netherlands
  98.     ftp://ftp.cs.ruu.nl/pub/PERL/CPAN/
  99.       Portugal
  100.     ftp://ftp.ci.uminho.pt/pub/lang/perl/
  101.       Sweden
  102.     ftp://ftp.sunet.se/pub/lang/perl/CPAN/
  103.       Switzerland
  104.     ftp://ftp.switch.ch/mirror/CPAN/
  105.     North America
  106.       Florida, USA
  107.     ftp://ftp.cis.ufl.edu/pub/perl/CPAN/
  108.       Illinois, USA
  109.     ftp://uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/
  110.       Massachusetts, USA
  111.     ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/
  112.       Oklahoma, USA
  113.     ftp://ftp.uoknor.edu/mirrors/CPAN/
  114.       Texas, USA
  115.     ftp://ftp.sedl.org/pub/mirrors/CPAN/
  116.     ftp://ftp.sterling.com/programming/languages/perl/
  117.  
  118.  
  119. The Perl FAQ (Frequently Asked Questions) list with answers is
  120. available at C<ftp://ftp.cis.ufl.edu/pub/perl/faq/FAQ>. Chances are
  121. that if you have a question regarding perl, it has already been
  122. answered before in this document. Please consult the FAQ before you
  123. pose a question to any of the newsgroups or mailing lists, it will
  124. help to both cut down in the turnaround time needed for you to obtain
  125. the desired information, and it will also cut down the unecessary
  126. clutter in the aforementioned fora.
  127.  
  128.