MSC03-PL. Do not use select() to sleep
This rule is a stub.
Noncompliant Code Example
This noncompliant code example shows an example where ...
Non-compliant code
Compliant Solution
In this compliant solution, ...
Compliant code
Risk Assessment
Leaking sensitive information outside a trust boundary is not a good idea.
| Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
| MSC03-PL | Low | Unlikely | Low | P3 | L3 |
Automated Detection
Tool | Version | Checker | Description |
|---|---|---|---|
6.02 | PERL_S66 | Fully implemented |
Bibliography
| [ CPAN ] | TerMarsch, Graham. Perl-Critic-1.116 Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect |