# New Ticket Created by  Colin Kuskie 
# Please include the string:  [perl #44509]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44509 >


Add a README file which says what to do with the tutorials.

=head1 PIR tutorial

Each files in this directory contains valid PIR code and POD (Perl's Plain Old 
Documentation)
and can be read as plain text.  To view just the documentation without the 
sample code,
use C<perldoc>:

C<perldoc example.pir>

If you'd like to execute the code from files, build parrot and then type:

C<../../parrot example.pir>

=cut

Reply via email to