in reply to Re: mod_perl and function declrations
in thread mod_perl and function declrations

As always, I find some insite here. The subroutine samples I had given were the way I was coding them when porting from cgi to mod_perl. I was calling the subroutines like so:
my $content = do_something_in_mod_perl(name => $name, age => $age);
And so forth. Well, the explanation you gave made sense to me, which is a good thing. Hopefully. Thank you for the help and ideas.

_14k4 - webmaster@poorheart.com (www.poorheart.com)