Help for this page

Select Code to Download


  1. or download this
    >perl -le"print join '|', split /\|/, '|a|b|c||'"
    |a|b|c
    
    >perl -le"print join '|', split /\|/, '|a|b|c||', -1"
    |a|b|c||