in reply to Re: Functions (Return V Print)
in thread Functions (Return V Print)

I can't say I fully understand but I think you mean how am I referencing the function file? I do this:
require "functions.pm";
Is that what you mean? Sorry, still new this all this.

Replies are listed 'Best First'.
Re^3: Functions (Return V Print)
by cdarke (Prior) on Feb 04, 2011 at 16:23 UTC
    OK, you are not running the function in a different process, which would have explained your symptoms, you are loading the function from a module at run-time. We certainly need to see your code.