Thread Perl CPAN-Bibliothek einbinden (6 answers)
Opened by soezkan at 2008-01-26 19:04

soezkan
 2008-01-26 20:59
#105211 #105211
User since
2008-01-24
17 Artikel
BenutzerIn
[default_avatar]
Danke schonmal, aber jetzt steht dann da:

Global symbol "$date" requires explicit package name at c:\apache\xampp\cgi-bin\astro.cgi line 9. Execution of c:\apache\xampp\cgi-bin\astro.cgi aborted due to compilation errors


use strict;
use Date::Indian;
Date::Indian->new(
ymd => '2008:1:26',
tz => '1',
locn => '52:33 13:2'
);

my (@y, $m, $d, $t ) = $date -> ymd();


Viele Grüße
Soezkan

View full thread Perl CPAN-Bibliothek einbinden