mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:45:40 -04:00
9 lines
96 B
Perl
9 lines
96 B
Perl
no warnings 'void';
|
|
|
|
sub {
|
|
my( $said ) = @_;
|
|
|
|
print "";
|
|
};
|
|
__DATA__
|
|
Null just sends nothing.
|