Help for this page

Select Code to Download


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