| TRD-Uranai documentation | view source | Contained in the TRD-Uranai distribution. |
TRD::Uranai - Today's Uranai Count down.
Version 0.0.2
Quick summary of what the module does.
Perhaps a little code snippet.
use TRD::Uranai;
my $uranai = TRD::Uranai::get( 'sjis' );
TRD::Uranai::dump( $uranai );
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.
get today's uranai count down data.
data 'count' => 12, 'month' => '08', 'day' => '01', 'ranking' => [ { 'rank' => '01', 'image' => 'item/conste_sagittarius.gif', 'star' => 'いて座', 'text' => '大活躍', 'lucky' => [ { 'lucky' => 'カジュアルな服を着る', }, ], }, ],
Takuya Ichikawa, <trd.ichi at gmail.com>
Please report any bugs or feature requests to bug-trd-uranai at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TRD-Uranai. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc TRD::Uranai
You can also look for information at:
Copyright 2008 Takuya Ichikawa, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| TRD-Uranai documentation | view source | Contained in the TRD-Uranai distribution. |