1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 19:26:05 -04:00

removing the period so that it works better inside a macro

This commit is contained in:
Ryan Voots 2010-11-21 18:13:11 -05:00
parent 3ddb8a65aa
commit fe46685bac

View file

@ -66,7 +66,7 @@ my $a=sub {
"As I see it, yes");
}
print $a[rand@a]."."
print $a[rand@a]
};
return $a