The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl6

use v6;

=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