The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

ZHOUYI - The ZHOUYI is module interpreter and outer the Chinese ancient philosophy of The Book of Change(易经);

VERSION

Version 0.14

SYNOPSIS

    use ZHOUYI;

    my ( $num1, $mum2 )=@ARGV;
    my $foo = ZhouyiEx( ZYindex( $mum2, $num1 ), 'ZhouYi') ;
    print $foo;

EXPORT

ZhouyiEx ZYindex outGua sixyao outtuan outxiang maixyao maixiang

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

SUBROUTINES/METHODS

ZHouYiEx

return YI info

ZYindex

return YI index of 1~81 gua.

outGua outtuan sixyao outxiang

return special gua's info of 卦体,爻,彖传,象辞.

maixyao maixiang

return special yao's info of 爻,象辞, and the it's array.

AUTHOR

orange, <bollwarm at ijz.me>

BUGS

Please report any bugs or feature requests to bug-zhouyi at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ZHOUYI. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc ZHOUYI

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2016 orange.

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