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.