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