robot eyes open and off by using servo with arduino

hi! help me please!

i need help to drive servo motor with arduino to open and close robot eyes.
how can i start it i need code for it and want to drive it from 0 degree to 60 degree.
both eyes will be open when LDR will be on dark.

please help me out on this dilemma and as soon as possible.

Start by looking at the Sweep example in the Servo library. It will show you how to move a servo output through an arc. If you don't want/need the servo arm to move slowly then simply move it straight to the required position.

Do you know how to read the output of the LDR ?