Help for this page

Select Code to Download


  1. or download this
    # $str defined elsewhere
    print "Is alphabetical\n" 
        if( $str eq join '', sort split //, $str );