in reply to
Problems Exporting subs
Try putting your routine in a foo.pl file and just performing a require "foo.pl"; in your main program. That is the usual way I export subs() since I could not get the Exporter to work.
Comment on
Re: Problems Exporting subs
In Section
Seekers of Perl Wisdom