package LineParse; use XML::Simple; use Data::Dumper; use strict; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(&readconfig ); our @EXPORT_OK = qw(); sub readconfig() { # my xml parsing code }