Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Convert Gregorian/Islamic Date

by bm (Hermit)
on Aug 21, 2003 at 15:50 UTC ( [id://285502]=note: print w/replies, xml ) Need Help??


in reply to Convert Gregorian/Islamic Date

Hi, this looks interesting (++), except for require 5.001; Why is that?
--
bm

Replies are listed 'Best First'.
Re: Re: Convert Gregorian/Islamic Date
by projekt21 (Friar) on Aug 21, 2003 at 15:58 UTC

    Good question, I guess it was in that template file I used ...

    Please ignore it :-)

    My current h2xs (version 1.22) would have given:

    use 5.008; use strict; use warnings;

    Update: As I got a downvote for this statement, I started reading perldelta and yes, this is totally bullshit. If I read thoroughly enough, then our was introduced with version 5.6.0 and I had to

    use 5.6.0;
    or better drop this and our in favourite of use vars to support older versions. Looks like no other part of this code requires a newer version.

    alex pleiner <alex@zeitform.de>
    zeitform Internet Dienste

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://285502]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 03:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found