No modified codes have been submitted for this Microcode.
Catching up with the temporal horizon
20. March 2009
20. March 2009
#!/usr/bin/perl
use POSIX;
sub thisyear{ return strftime("%Y", localtime(time)); }
$year = &thisyear;
while($year < &thisyear+1){
$year = &thisyear;
}