The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use v6-alpha;

=head1 Opening Files with Unusal Filenames

Opening files such as -, or those that started with >. < or |
or ended with | could cause problems in Perl5.

Is this still relevant in Perl6 ?

=cut