WETON Javanese calendar / Wetonan

SCRIPT
	weton


AUTHOR
	François Beauducel <beauducel@ipgp.fr>


LANGUAGE
	Perl 5.8
	Dependency: POSIX module


INSTALLATION / USAGE

	The programme is a standalone Perl script. Just copy the script to your
	disk.


	--- Unix / Linux users ---

	You probably already have Perl installed. Type 'perl --version' on a command line 
	(in a terminal) or 'which perl' to find out where is the binary. To run the script:
	
		cd mylocationdirectory
		./weton
	or
		perl weton


	--- Mac OS X users ---

	Mac OS X already has Perl installed. Follow the same instructions than Unix/Linux.


	--- Windows users ---

	Windows does not have Perl installed by default. You need to install it
	from http://www.perl.org/get.html#win32

	Run the script from command line as follow:

	cd mylocationdirectory
	perl weton


