From: Nick Ing-Simmons [mailto:[EMAIL PROTECTED]] > Paul Marquess <[EMAIL PROTECTED]> writes: > >I think I prefer the unadorned > > > > open( my $in,'<Via(Base64)','file.mime' ); > > > >to mean use IOLayer::Base64. > > I would too, but I think it should imply PerlIO::Via::Base64. > Or we should change it to be > > open( my $in,'<IOLayer(Base64)','file.mime' );
I think that "Via" scans much better. Paul
