mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 22:15:45 -04:00
foo bar
This commit is contained in:
parent
f9947c0c1b
commit
f4a98d982e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sub {
|
|||
$query =~ s/%20/+/g;
|
||||
$url = "http://perldoc.perl.org/search.html?q=".$query;
|
||||
}
|
||||
elsif ($said->{body} =~ /-f\s+(.*?)\s*/i) #functions, only use the first part of a multiword expression
|
||||
elsif ($said->{body} =~ /-f\s+(.*)/i) #functions, only use the first part of a multiword expression
|
||||
{
|
||||
#http://perldoc.perl.org/functions/abs.html
|
||||
my $func = $1;
|
||||
|
|
Loading…
Add table
Reference in a new issue