# MENU sub menu_init { my $info = glutCreateMenu(menu); glutAddMenuEntry("test",1); glutAttachMenu(GLUT_RIGHT_BUTTON); } sub menu {} 1;