kfly8 / Hello-Keyword

Hello World of keyword_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

NAME

Hello::Keyword - Hello World of keyword_plugin

SYNOPSIS

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"
#    };
#}

DESCRIPTION

Hello::Keyword is ...

LICENSE

Copyright (C) kobaken.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

kobaken kentafly88@gmail.com

About

Hello World of keyword_plugin

License:Other


Languages

Language:Perl 75.1%Language:XS 24.9%