像 shell 的功能
url("some.site/some.document.txt")->() | _map(qr(some_pattern)) | _sort | _grep(qr(some_other_pattern)) | _uniq ;
url("some.site/some.document.txt")->() | _map(qr(some_pattern)) | _sort | _grep(qr(some_other_pattern)) | _uniq ;
Copyright © 2006 Yung-chung Lin |