- or download this
#!/usr/bin/perl -w
use strict;
...
print header(), start_html(-title => "");
print "the big ball falls at $time => $string\n";
print end_html();
- or download this
my $time = timelocal($sec,$min,$hhour,$day,$month,$year);
- or download this
my $time = timelocal($sec,$min,$hhour,$day,$month-1,$year-=1900);
- or download this
#!/usr/bin/perl -w
use strict;
...
print header(), start_html(-title => "");
print "the big ball falls at $time => $string\n";
print end_html();