Help for this page

Select Code to Download


  1. or download this
    sub cleanup_start_words {
        my $text = $_[0];
    ...
        return $text;
    
    # nothing from here down ever gets executed.
    
  2. or download this
    sub delete_initial_phrase
    {
    ...
            return $phrase;
        }
    }
    
  3. or download this
    blah blah!) Foo bar, and so on...
    
  4. or download this
        if ( $phrase =~ /([!,.:)]+)/ ) {
    
  5. or download this
            return substr( $phrase, length($punc) + index( $phrase, $punc 
    +));