in reply to help with basic script

replace:

($year, $month, $day = get_date;

with:

($year, $month, $day) = get_date;