Japan.pm モジュール本体 package Holiday::Japan; use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK @holidays %holiday %holcache @days_month %wdaycache ); require Exporter; @ISA = qw(Exporter); # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead. # Do not simply export all your public functions/methods/constants. @EXPORT = qw( isholiday ); $VERSION = '0.01';