Help for this page

Select Code to Download


  1. or download this
    my $class = "Gemini::Model::Object";
    sub Object () {
        return $class;
    }
    print ref Object->new();
    
  2. or download this
    my $class = "Gemini::Model::Object";
    
    print ref $class->new();