The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=pod

This is a normal paragraph.

	#!/usr/bin/perl
	use strict;
	use warnings;
	
	while( <> ) {
		print;
		}
		
This is an ending paragraph.

=cut