PerlIO-Util/TODO

* PerlIO::grep - Reads lines matching a pattern

	$in = PerlIO::Util->open('<:grep(pattern)', $file);


* PerlIO::fse - Deals with File System Encodings

	$io = PerlIO::Util->open('<:fse(cp932)', $cp932_encoded_filename);

