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.

The reason I posted was because I do not want to pass the my $file = "accounts.txt"; from the Perl script. I am trying to have it in the module:
my $file = "test.txt"; my $accounts = account( file => $file, );