in reply to Re^2: Running local code on other machines
in thread Running local code on other machines
Be aware that unless your sub is very trivial, you have much more to do than just serialising the sub. If that sub make use of any modules, you'll also have to arrange for those modules to be loaded and initialised at the other machine also. And if those modules use any modules...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Running local code on other machines
by spx2 (Deacon) on Apr 07, 2010 at 11:57 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2010 at 12:06 UTC |