#!/usr/bin/perl -w #render.pl use strict; #Cwd and chdir for cron friendly run use Cwd; print chdir("/homepath/3d/")."\n"; print getcwd()."\n"; print "Rendering Gigtown\n"; print system("povray ./gigtown.pov +W600 +H300"); exit;