That is just text from the calendar.pl file, not an actual error message.
It looks like your ASP page is basically just copying and pasting the raw Perl code from calendar.pl file into your page. It seems that the calendar.pl script isn't being executed (which it needs to be) before being included.
Dan O.
------------------