mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 09:05:39 -04:00
removing the period so that it works better inside a macro
This commit is contained in:
parent
3ddb8a65aa
commit
fe46685bac
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ my $a=sub {
|
||||||
"As I see it, yes");
|
"As I see it, yes");
|
||||||
}
|
}
|
||||||
|
|
||||||
print $a[rand@a]."."
|
print $a[rand@a]
|
||||||
};
|
};
|
||||||
|
|
||||||
return $a
|
return $a
|
||||||
|
|
Loading…
Add table
Reference in a new issue