Help for this page
alias ls='/bin/ls --color=never' PS1='$ '
if ( wantarray ) { my @a = split "\n", $r; ... } else { return $r; }