mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:35:49 -04:00
8 lines
102 B
Perl
8 lines
102 B
Perl
|
|
sub {
|
|
my( $said ) = @_;
|
|
|
|
print $said->{body};
|
|
}
|
|
__DATA__
|
|
Echo just prints its argument verbatim.
|