The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ZHOUYI::ZhanBu - A util of ZHOUYI modules,divination to judge for the future using YI's Gua(卦) or tuan(彖)info (周易占卜)!

VERSION

Version 0.09

SYNOPSIS

use ZHOUYI::ZhanBu;

my ( $gnum, $bgnum, $byao, $bgua ) = qigua(); print jiegua( $gnum, $bgnum, $byao, $bgua ) ...

the outer like :

《易經》第九卦小畜風天小畜巽上乾下

小畜,亨。密云不雨,自我西郊。

九五:有孚攣如,富以其鄰。

Explanations for Gua(解卦)

the explanations functions - input the guanum and it's changs trend from the yao's yinyang.

using old explinations of Zhuyi (明.朱熹 《易学启蒙》解卦)

 六爻不变,以本卦卦辞断;
 一爻变,以本卦变爻爻辞断;
 两爻变,以本卦两个爻辞断,但以上者为主;
 三爻变,以本卦与变卦卦辞断;本卦为贞(体),变卦为悔(用);
 四爻变,以变卦之两不变爻爻辞断,但以下者为主;
 五爻变,以变卦之不变爻爻辞断;
 六爻变,以变卦之卦辞断,乾坤两卦则以「用」辞断。

AUTHOR

ORANGE, <bollwarm at ijz.me>

BUGS

Please report any bugs or feature requests to bug-zhouyi-zhanpu at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ZHOUYI-ZhanBu. 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::ZhanBu

You can also look for information at:

Git repo

Lhttps://github.com/bollwarm/ZHOUYI-ZhanBu

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.