[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: y2k



"Brian K. White" wrote:

> heh, I suppose you don't need to be alerted:
> xwpe's file-manager is showing dates as 02.02.100    :)
>
> --
> +++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+>+<---<---]>>++.<++.

I have the same problem with the following PERL-script:

#!/usr/bin/perl

#----- this is ok ---------------------------------
print "Date-1 : ", scalar localtime(), "\n\n";

#----- this is not ok / elements in a different order
---------------------------
@lt = localtime();

print "Date-2 : ";
foreach $lt (@lt) {
  print " ", $lt;
  }

##################################

Fritz
begin:vcard 
n:Prof.Dr.-Ing. Fritz Mehner;Mehner,
tel;fax:02371-954898
tel;home:02371-954839
tel;work:02371-566-201
x-mozilla-html:FALSE
url:www.mfh-iserlohn.de
org:MFH Iserlohn
adr:;;Frauenstuhlweg 31;D-58644 Iserlohn;;;
version:2.1
email;internet:mehner@mfh-iserlohn.de
x-mozilla-cpt:;-4896
fn:Mehner, Fritz
end:vcard