#!/usr/bin/perl use strict; use warnings; use FindBin; use lib "$FindBin::RealBin"; use Graph::GED::Core; Graph::GED::Core::start();