Help for this page

Select Code to Download


  1. or download this
    echo "The quick brown (it's a slightly reddish brown) fox jumps over t
    +he lazy dog" \
         | perl -nle '$"="\n";print"@{[split]}"'
    
  2. or download this
    echo "The quick brown (it's a slightly reddish brown) fox jumps over t
    +he lazy dog" \
         | perl -ple 's/\s+/\n/g'