Thread Perl CPAN-Bibliothek einbinden
(6 answers)
Opened by soezkan at 2008-01-26 19:04
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 |