in reply to Re^3: Returning data from a sub routine in a module.in thread Returning data from a sub routine in a module.
my $file = "test.txt"; my $accounts = account( file => $file, ); [download]