in reply to Re^2: Getting Moose &/or Net::Twitter to work from cron.
in thread Getting Moose &/or Net::Twitter to work from cron.
The enviroment is a variable, in perl you access it through %ENV.
I think the problem might actually be that the XS version of Scalar::Util somehow needs to be run through the C compiler. Which cron can't get to. I think.
No, not at all. Once a module is installed, its available. When installing it might need a compiler, like Scalar::Util, but after it is installed, compiler isn't involved.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getting Moose &/or Net::Twitter to work from cron.
by Zeno Izen (Sexton) on Mar 28, 2010 at 19:08 UTC | |
by Anonymous Monk on Mar 28, 2010 at 19:11 UTC |