Help for this page
open(PS,"ls . 2>/dev/null |")
open(PS, '-|', /bin/sh', '-c', 'ls . 2>/dev/null ')
open(PS,"ls . |")
open(PS, '-|', 'ls', '.')