Help for this page

Select Code to Download


  1. or download this
    perl -e "my $test = join ', ', ('A', 'B', 'C');$test =~ s/,(.+?)$/ and
    +$1/; print $test;"