Shell-like functions
file("some.document.txt")->() | _map(qr(some_pattern)) | _sort | _grep(qr(some_other_pattern)) | _uniq ;
file("some.document.txt")->() | _map(qr(some_pattern)) | _sort | _grep(qr(some_other_pattern)) | _uniq ;
Copyright © 2006 Yung-chung Lin |