#!/usr/bin/perl -I/opt/SUNWstade/lib
use GUI::Light;
use System;

System->set_home("/opt/SUNWstade");

GUI::Light::run();


