----- Forwarded message from Daniel <[EMAIL PROTECTED]> -----

Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED] (Unverified)
Date: Fri, 12 May 2000 08:46:11 -0700
To: [EMAIL PROTECTED]
From: Daniel <[EMAIL PROTECTED]>
Subject: Author Not Available

I'm looking for help with the Xbase.pm module.  I tried to write the
author, but my email got sent back.  Is there anyone else that could help
me with my situation?  Its like its not y2k compatible.

I cannot seem to get the 'year' to give me a 2 digit date.  I get one '0'
instead of '00' (i.e., 5/10/0)

I've tried everything to get it to print out the 2 digits.  Here is the
subroutine:

sub last_update {
    my ($self)=shift;
    my ($out);
    if ($self->{'hasdbf'}){
 $out=$self->{'file_lupdmm'}."/".$self->{'file_lupddd'}."/".$self->{'file_lupdyy
'};  <- problem
    } else {
 carp "DBF file has not been opened\n";
    }
    $out;
}

Is there anyone who could help me?

Thank you

Daniel
[EMAIL PROTECTED]

----- End forwarded message -----

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to