#!/usr/bin/perl
# Greenwich - a whois client for GNOME written in Perl
# Copyright (c) 2002,2003 Gavin Brown. All rights reserved. This
# program is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself. 
# $Id: greenwich,v 1.22 2003/02/01 17:26:10 jodrell Exp $

use lib (-e '@LIBDIR@/Greenwich' ? '@LIBDIR@/Greenwich' : $ENV{PWD}.'/lib');

use Greenwich;
use strict;

our $INSTANCES = 0;

my $greenwich = Greenwich->new();

$greenwich->init();

exit;
