Help for this page

Select Code to Download


  1. or download this
    # perl -wl
    $,=$";
    print +(split " ","this is a string")[-1,1],"good";
    __END__
    string is good