in reply to Scheduling with Perl?
How about scheduling your script to run every two hours (I think that's with */2, to get 0000, 0200, 0400, etc.), then have the script start with a 90 minute sleep?