Blog

Getopt::Tiny for Perl6

Hi, I shipped Getopt::Tiny for Perl6's ecosystem.

https://github.com/tokuhirom/p6-Getopt-Tiny/

You can install it by panda command:

panda install Getopt::Tiny

And then, you can use it!

get-options($args, <
    e=s
    I=s@
    p=i
    h|host=s
>);

wow! it's really readable. enjoy it~~