Re: threads package missing is_running
by Lyle - CosmicPerl.com Support other posts by this author
May 2 2008 8:49AM messages near this date
Re: threads package missing is_running
|
DB_File Module not working
webmaster@[...].com wrote:
> Yes, the threads module comes pre-packaged with ActivePerl, and does not
> appear to exist according to PPM, so it's not upgradable without upgrading
> ActivePerl, which involves me dealing with company red-tape.
>
Think you'll need to upgrade.
> The elusive "is_running.al" shouldn't need to exist outside of the module
> itself. It's all part of Perl\lib\threads.pm and its associated
> lib\auto\threads\ library.
>
That file still needs exist. auto breaks up the .pm file and creates the
auto files on installing a package. You could try commenting out the
autoloader from Threads.pm but I suggest you upgrade perl. The red tape
will be worth it.
> Additionally, I can't seem to get any of the constants from threads to
> work. Documentation refers to threads::running and I get a bareword error
> when I try to use that.
>
> See documentation at http://perldoc.perl.org/threads.html
>
>
Upgrade perl :)
Lyle
_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
webmaster
Brian Raven
Brian Raven
Brian Raven
webmaster
Brian Raven
Brian Raven
Bill Luebkert
Andy Bach
webmaster
Andy Bach
Lyle - CosmicPerl.com Support
webmaster
Lyle - CosmicPerl.com Support
|