Ask a Question related to PERL Modules, Design and Development.
-
Shmuel (Seymour J.) Metz #1
Hebrew Calendar conversions?
Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
conversions?
--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>
Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to [email]spamtrap@library.lspace.org[/email]
Shmuel (Seymour J.) Metz Guest
-
2006 calendar needed for photo calendar
I want to start work on a 2006 calendar featuring my own photographs. In Photoshop there used to be a calendar-creating feature that worked well,... -
batch conversions
how can i use the automate function to convert a number of images from jpg to gif, and resize at 50% of the original? so that they are... -
Case conversions
On Friday, August 15, 2003, at 04:20 PM, Scott Taylor wrote: Maybe something like: s/^(\w+), ?(\w+)$/ucfirst(lc $2) . ' ' . ucfirst(lc $1)/e... -
ASP/SQLServer character conversions
Hello, I have some rows in a table in a SQLServer database which contain some characters from the greek alphabet. The problem is they are not... -
Date conversions...
I'm creating a new database program, but I need to import some data from an old program (both Acc2000). Howerver, some of the dates stored in the... -
Re: Hebrew Calendar conversions?
In comp.lang.perl.misc "Shmuel (Seymour J.) Metz" <spamtrap@library.lspace.org.invalid> wrote:
: Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
: conversions?
Did you check CPAN by searching "Hebrew"? I saw numerous modules there,
also with reference to DateTime and Locale. No idea though whether they
offer your required function.
Oliver.
--
Dr. Oliver Corff e-mail: [email]corff@zedat.fu-berlin.de[/email]
Guest
-
Sherm Pendley #3
Re: Hebrew Calendar conversions?
"Shmuel (Seymour J.) Metz" <spamtrap@library.lspace.org.invalid> writes:
In case you weren't aware of it, the CPAN search is your friend:> Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
> conversions?
<http://search.cpan.org>
Using that, I found Date::Convert in less than ten seconds by searching
for "hebrew calendar".
sherm--
--
Cocoa programming in Perl: [url]http://camelbones.sourceforge.net[/url]
Hire me! My resume: [url]http://www.dot-app.org[/url]
Sherm Pendley Guest
-
Paul Lalli #4
Re: Hebrew Calendar conversions?
Shmuel (Seymour J.) Metz wrote:
Have you checked CPAN yet? Simply entering 'Hebrew' at> Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
> conversions?
[url]http://search.cpan.org[/url] turned up several likely candidates. The one I
tried, Date::Convert, seems to work fine for today at least:
$ perl -MDate::Convert -e'
$date = new Date::Convert::Gregorian(2006,4,21);
convert Date::Convert::Hebrew $date;
print $date->date_string, "\n";
'
5766 Nissan 23
Paul Lalli
Paul Lalli Guest
-
Mothra #5
Re: Hebrew Calendar conversions?
Shmuel (Seymour J.) Metz wrote:
Try datetime.perl.org> Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date
> conversions?
Mothra
Mothra Guest



Reply With Quote

