1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00
perlbuut/plugins/.svn/text-base/echo.pm.svn-base
2009-12-05 00:02:04 -05:00

8 lines
102 B
Text

sub {
my( $said ) = @_;
print $said->{body};
}
__DATA__
Echo just prints its argument verbatim.