#!perl use strict; use warnings; use XML::Twig; my $twig= XML::Twig->new( ... ); $twig->parse(); print $twig->root->gi,"\n";