in reply to How to lower my own priority on Windows?

Win32::Process says it is exported by request only, So
use Win32::Process qw[ BELOW_NORMAL_PRIORITY_CLASS ];
or
Win32::Process::BELOW_NORMAL_PRIORITY_CLASS();

Replies are listed 'Best First'.
Re^2: How to lower my own priority on Windows?
by rovf (Priest) on Oct 05, 2009 at 12:29 UTC
    Win32::Process says it is exported by request only
    Mine doesn't. From the perldocs:

    The following additional constants are exported by request only: STILL_ACTIVE
    and indeed, if I try your suggestion, I get
    "BELOW_NORMAL_PRIORITY_CLASS" is not exported by the Win32::Process mo +dule
    I'm using ActiveState Perl 5.8.8. Maybe this constant was introduce only with the Win32::Process version which came with Perl 5.10?

    -- 
    Ronald Fischer <ynnor@mm.st>
      I'm using ActiveState Perl 5.8.8. Maybe this constant was introduce only with the Win32::Process version which came with Perl 5.10?

      I don't know, I just install from cpan, though the latest is also available from ppm