Building XS Extensions for MacPerl

This directory contains the actual tutorial as HTML, this Readme file, and 
a folder called FTP which is meant to contain downloadable files.

The folder FTP contains 3 other folders, and this is for internal 
organization. Generally speaking,
users should download the complete FTP folder.

FTP:Tutorial:

1. mpxstut.pod, mpxstut.html, and mpxstut.pdf: POD, HTML and PDF versions 
of the 'Building XS Extensions for MacPerl' tutorial, the heart of this 
distribution.

FTP:Tools:

2. mac_h2xs_GUI.plx: the front-end script to the Macified version of 'h2xs'.

3. mac_h2xs_GUI.pod: documentation for the above. We've also included a PDF.

4. mac_h2xs: 'h2xs' with modifications to allow it to properly handle 
nested modules. Has its own POD.

5. xsubpp_app: a droplet which you can drag an XS file onto; it will write 
the resulting C file into the same folder.

FTP:Examples:

6. CW projects, CPAN/Toolbox/outside library
	- XML::Parser *
	- Date::Calc *
	- Mac::Resources *
7. CW MPW worksheets, CPAN/Toolbox
	- MIME::Base64 *
	- Mac::Lists *
	- String::CRC32 *
8. 2-3 Apple MPW worksheets (PPC + CFM68K), CPAN/Toolbox
	- Mac::Dialogs *
	- Data::Dumper *
	- XML::Parser *