Help for this page
open ( FIND , '|' , '/usr/bin/find' , @findargs ) || die $!; while ( <FIND> ) { ... } }