use strict; use warnings; use XML::Twig; my $xfile = < GSE8918 EOF my $t= new XML::Twig(); $t->parse($xfile); my $experiment = $t->root(); print 'accnum = ', $experiment->att('accnum'), "\n";