Could someone give me some suggestions to correct my PERL script? I'm new at programming in general, and I can't figure out where I am going wrong.
In the beginning of the script I declare the following:
($sec,$min,$hr,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
$year+=1900...