/ /home/httpd/perl my $delay = '5 minutes'; print "\nScheduling metadata database update in $delay.\n"; # # Hard coding the path to searchcat.pl is probably silly and we should # pick it up from a perlvar or something. I think I will be silly for now. my $command = 'echo "su -c /home/httpd/perl/searchcat.pl - www" '. '| at now + '.$delay; system($command);