Date::HolidayParser

Parser for .holiday-files
Download

Date::HolidayParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eskild Hustvedt
  • Publisher web site:
  • http://home.gna.org/dayplanner/

Date::HolidayParser Tags


Date::HolidayParser Description

Parser for .holiday-files Date::HolidayParser is a Perl module that parses .holiday files. These are files that define holidays in various parts of the world in an easy to read and easy to write (but hard to parse due to its very flexible syntax) format.This module returns a hash that you can read and use within your program. use Date::HolidayParser; my $Holidays = Date::HolidayParser->new("$ENV{HOME}/.holiday"); my $Holidays_2006 = $Holidays->get(2006); ... Requirements: · Perl


Date::HolidayParser Related Software