I use perl to program cgi scripts under unix, and I will need to change my scripts over so that they work under WebStar. I have macperl with the CGI glue, so I know how to save scripts as an ACGI. My problems come from the fact that I've used several UNIX calls. If any of you are familar with the unix 'cal' program. I need to emulate this behavior on the Mac. Anet-users(1):[/home2/rsweeney]->cal June 1997 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 I used the cal function to get the month's calendar. From this, I build a larger calendar. How can I replace my $cal = `cal` call? As seen at: http://webusers.anet-stl.com/~wrogers/confcal/year.shtml (small html table calendars) http://webusers.anet-stl.com/~wrogers/confcal/month.shtml (large calendar with dates added.) ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch