Hello::Keyword - Hello World of keyword_plugin
use Hello::Keyword;
Hello World {
print "It's made with keyword plugin\n";
};
# is equivalent to:
#{
# print sprintf("Hello, %s!\n", 'World');
# do {
# print "It's made with keyword plugin\n"
# };
#}
Hello::Keyword is ...
Copyright (C) kobaken.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
kobaken kentafly88@gmail.com